Browse Source

[trac555] fixed small header guard typo

Jelte Jansen 14 years ago
parent
commit
74402ae4cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/log/logger_specification.h

+ 1 - 1
src/lib/log/logger_specification.h

@@ -13,7 +13,7 @@
 // PERFORMANCE OF THIS SOFTWARE.
 
 #ifndef __LOGGER_SPECIFICATION_H
-#define __LOGGER_SPEC_IFICATIONH
+#define __LOGGER_SPECIFICATION_H
 
 #include <stdint.h>
 #include <stdlib.h>