summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-01-29 22:48:32 +0200
committerAlon Levy <alevy@redhat.com>2011-02-03 16:41:29 +0200
commit06caa2d389492de37ac7a0db7e487bff528e9f92 (patch)
tree419567e73821505aef672ff6876648e55c7a840a
parentc36f20b20e9bf40db4a7a2c996c570c6a0a44676 (diff)
vscard_common.h: remove underscore from wrapping define
-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