aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/cppawk/include/base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/cppawk/include/base.h b/share/cppawk/include/base.h
index 4012d95..db14244 100644
--- a/share/cppawk/include/base.h
+++ b/share/cppawk/include/base.h
@@ -39,7 +39,7 @@
#define __g(name) __xcat(__, __xcat(name, __LINE__))
#define __gx(name, ext) __xcat(__, __xcat(name, __xcat(ext, __LINE__)))
-#define __error(...) { printf(__VA_ARGS__); print; exit 1 }
+#define __error(...) { printf(__VA_ARGS__); print ""; exit 1 }
#define __present(arg) ((arg) != "" || (arg) != 0)