From d4598cc93017e4d7e71a6f854d389dcf6749e8df Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Fri, 28 Apr 2017 15:41:24 +0200 Subject: Get rid of some warnings regarding header guards --- ot_accesslist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ot_accesslist.h') diff --git a/ot_accesslist.h b/ot_accesslist.h index a1e4ad2..b38b91a 100644 --- a/ot_accesslist.h +++ b/ot_accesslist.h @@ -3,8 +3,8 @@ $id$ */ -#ifndef __OT_ACCESSLIST_H__ -#define __OT_ACCESSLIST_H__ +#ifndef OT_ACCESSLIST_H__ +#define OT_ACCESSLIST_H__ #if defined ( WANT_ACCESSLIST_BLACK ) && defined (WANT_ACCESSLIST_WHITE ) # error WANT_ACCESSLIST_BLACK and WANT_ACCESSLIST_WHITE are exclusive. -- cgit v1.2.3