Parcourir la source

[trac555] fixed small header guard typo

Jelte Jansen il y a 14 ans
Parent
commit
74402ae4cf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>