diff options
Diffstat (limited to 'src/io/log.h')
-rw-r--r-- | src/io/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/log.h b/src/io/log.h index c2fbd90..ecb03d3 100644 --- a/src/io/log.h +++ b/src/io/log.h @@ -42,4 +42,4 @@ void logmsg(LogLevel level, const char* msg, ...) #define WARN(msg, ...) #define ERROR(msg, ...) -#endif
\ No newline at end of file +#endif |