From 812dad01590185aa268ab452b2328e08c3725a55 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 5 May 2024 15:35:13 +0200 Subject: Fix typo in include guard --- include/mbio.h | 6 +++--- 1 file 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 @@ -11,4 +11,4 @@ int freadrune(rune *, FILE *); constexpr rune MBEOF = 0x110000; constexpr rune MBERR = 0x110001; -#endif /* !MLIB_MBIOO_H */ +#endif /* !MLIB_MBIO_H */ -- cgit v1.2.3