about summary refs log tree commit diff stats
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index 1e297cc9..abf4b927 100644
--- a/src/log.h
+++ b/src/log.h
@@ -39,6 +39,6 @@ void log_info(const char * const msg, ...);
 void log_warning(const char * const msg, ...);
 void log_error(const char * const msg, ...);
 void log_msg(log_level_t level, const char * const area, 
-    const char * const msg, ...);
+    const char * const msg);
 
 #endif