aboutsummaryrefslogtreecommitdiff
path: root/xs_mime.h
diff options
context:
space:
mode:
Diffstat (limited to 'xs_mime.h')
-rw-r--r--xs_mime.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xs_mime.h b/xs_mime.h
index 853b092..b016490 100644
--- a/xs_mime.h
+++ b/xs_mime.h
@@ -1,8 +1,8 @@
/* copyright (c) 2022 - 2024 grunfink et al. / MIT license */
-#ifndef _XS_MIME
+#ifndef _XS_MIME_H
-#define _XS_MIME
+#define _XS_MIME_H
const char *xs_mime_by_ext(const char *file);
@@ -81,4 +81,4 @@ const char *xs_mime_by_ext(const char *file)
#endif /* XS_IMPLEMENTATION */
-#endif /* XS_MIME */
+#endif /* XS_MIME_H */