summaryrefslogtreecommitdiff
path: root/kern/fmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/fmt.h')
-rw-r--r--kern/fmt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/fmt.h b/kern/fmt.h
index 9715d82a..31435672 100644
--- a/kern/fmt.h
+++ b/kern/fmt.h
@@ -38,8 +38,8 @@
* http://git.sceen.net/rbraun/librbraun.git/
*/
-#ifndef _FMT_H
-#define _FMT_H
+#ifndef FMT_H
+#define FMT_H
#include <stdarg.h>
#include <stddef.h>
@@ -62,4 +62,4 @@ int fmt_sscanf(const char *str, const char *format, ...)
int fmt_vsscanf(const char *str, const char *format, va_list ap)
__attribute__((format(scanf, 2, 0)));
-#endif /* _FMT_H */
+#endif /* FMT_H */