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_mutex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ot_mutex.h') diff --git a/ot_mutex.h b/ot_mutex.h index b0f0f0b..1079074 100644 --- a/ot_mutex.h +++ b/ot_mutex.h @@ -3,8 +3,8 @@ $id$ */ -#ifndef __OT_MUTEX_H__ -#define __OT_MUTEX_H__ +#ifndef OT_MUTEX_H__ +#define OT_MUTEX_H__ #include -- cgit v1.2.3