fixed missing whitespace
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 30 Nov 2013 11:03:14 +0000 (11:03 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 30 Nov 2013 11:03:14 +0000 (11:03 +0000)
src/log.h

index 15be241..c887446 100644 (file)
--- a/src/log.h
+++ b/src/log.h
@@ -35,7 +35,7 @@ void log_err(const char *fmt, ...);
 void log_info(const char *fmt, ...);
 void log_warn(const char *fmt, ...);
 
-void log_fct(const char *fct,const char *fmt, ...);
+void log_fct(const char *fct, const char *fmt, ...);
 
 #define log_fct_enter() log_fct(__func__, "ENTER");
 #define log_fct_exit() log_fct(__func__, "EXIT");