diff options
-rw-r--r-- | include/mbio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mbio.h b/include/mbio.h index 2cb501d..339c650 100644 --- a/include/mbio.h +++ b/include/mbio.h @@ -1,5 +1,5 @@ -#ifndef MLIB_MBIOO_H -#define MLIB_MBIOO_H +#ifndef MLIB_MBIO_H +#define MLIB_MBIO_H #include <stdio.h> @@ -11,4 +11,4 @@ int freadrune(rune *, FILE *); constexpr rune MBEOF = 0x110000; constexpr rune MBERR = 0x110001; -#endif /* !MLIB_MBIOO_H */ +#endif /* !MLIB_MBIO_H */ |