misc: fix header protection

There was a typo in the macros for header protection.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-04-22 15:39:57 +02:00
parent 3a480dc910
commit 68633aee06

View File

@ -30,7 +30,7 @@
*/
#ifndef KMSCON_MISC_H
#define kMSCON_MISC_H
#define KMSCON_MISC_H
#include <stdbool.h>
#include <stdlib.h>