diff options
Diffstat (limited to 'src/log.c')
-rw-r--r-- | src/log.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -53,7 +53,8 @@ jalv_strjoin(const char* const a, const char* const b) return out; } -int +JALV_LOG_FUNC(2, 0) +static int jalv_vlog(const JalvLogLevel level, const char* const fmt, va_list ap) { bool fancy = false; |