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_livesync.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ot_livesync.h') diff --git a/ot_livesync.h b/ot_livesync.h index 1a3ed45..d7490e5 100644 --- a/ot_livesync.h +++ b/ot_livesync.h @@ -3,8 +3,8 @@ $id$ */ -#ifndef __OT_LIVESYNC_H__ -#define __OT_LIVESYNC_H__ +#ifndef OT_LIVESYNC_H__ +#define OT_LIVESYNC_H__ #include "io.h" #include "trackerlogic.h" -- cgit v1.2.3