summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vscard_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vscard_common.h b/vscard_common.h
index c017274..b89c7b0 100644
--- a/vscard_common.h
+++ b/vscard_common.h
@@ -13,8 +13,8 @@
* This code is licensed under the LGPL.
*/
-#ifndef _VSCARD_COMMON_H
-#define _VSCARD_COMMON_H
+#ifndef VSCARD_COMMON_H
+#define VSCARD_COMMON_H
#include <stdint.h>
@@ -128,4 +128,4 @@ typedef struct VSCMsgReconnect {
uint16_t port;
} VSCMsgReconnect;
-#endif
+#endif // VSCARD_COMMON_H