aboutsummaryrefslogtreecommitdiff
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 0cf165f..e8f7221 100644
--- a/src/log.h
+++ b/src/log.h
@@ -2,7 +2,7 @@
#define MAGI_INCLUDED_LOG
-void magi_log(const char *format, ...);
+void magi_log(const char * format, ...);
#endif