From 68633aee06c336488829f9456ba3c8fce97aae0c Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sun, 22 Apr 2012 15:39:57 +0200 Subject: [PATCH] misc: fix header protection There was a typo in the macros for header protection. Signed-off-by: David Herrmann --- src/misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.h b/src/misc.h index a3169a4..d0a68e2 100644 --- a/src/misc.h +++ b/src/misc.h @@ -30,7 +30,7 @@ */ #ifndef KMSCON_MISC_H -#define kMSCON_MISC_H +#define KMSCON_MISC_H #include #include