aboutsummaryrefslogtreecommitdiffstats
path: root/main/ast_expr2.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/ast_expr2.c')
-rw-r--r--main/ast_expr2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ast_expr2.c b/main/ast_expr2.c
index 2534938b2..147604380 100644
--- a/main/ast_expr2.c
+++ b/main/ast_expr2.c
@@ -360,7 +360,7 @@ enum valtype {
} ;
#ifdef STANDALONE
-void ast_log(int level, const char *file, int line, const char *function, const char *fmt, ...) __attribute__ ((format (printf,5,6)));
+void ast_log(int level, const char *file, int line, const char *function, const char *fmt, ...) __attribute__((format(printf,5,6)));
#endif
struct val {