commit a281cdb
uint
·
2026-07-21 15:23:31 +0000 UTC
parent bc0ccbd
fix util.h header guards
1 files changed,
+3,
-3
+3,
-3
1@@ -1,5 +1,5 @@
2-#ifndef LOG_H
3-#define LOG_H
4+#ifndef UTIL_H
5+#define UTIL_H
6
7 #include <stdio.h>
8
9@@ -15,5 +15,5 @@ typedef enum {
10 void mg_die(int ec, const char* fmt, ...);
11 void mg_log(FILE* fd, const char* fmt, ...);
12
13-#endif /* LOG_H */
14+#endif /* UTIL_H */
15