From f9ecb7e5b111193db0f5d714e748762ee2b8be1b Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 1 Jun 2021 19:34:19 +0200 Subject: C89 Compat --- src/log.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index 0f10745..b0c89e8 100644 --- a/src/log.h +++ b/src/log.h @@ -41,8 +41,10 @@ extern const char* log_loglevel_str[6]; }\ } -// DEBUG Wrapper around LOGPRINTF wich is only compiled in in -// _DEBUG mode for performance +/* + * DEBUG Wrapper around LOGPRINTF wich is only compiled in in + * _DEBUG mode for performance + */ #ifdef _DEBUG #define DEBUG(...) { LOGPRINTF(_LOG_DEBUG, __VA_ARGS__); } -- cgit v1.2.3