summaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
authorMichal Zima <xhire@tuxportal.cz>2009-07-06 13:06:01 +0200
committerMichal Zima <xhire@tuxportal.cz>2009-07-06 13:06:01 +0200
commit098ab4a0721b14837899001e9429156c6fc00119 (patch)
treebcbdc26eac9b721830107110598c991a15ec9658 /src/base
parentaf9794ef85b23be744c1541f34f25d8f61fb922f (diff)
Fixed coding style
Diffstat (limited to 'src/base')
-rw-r--r--src/base/msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/msg.h b/src/base/msg.h
index 65e3ff3..95a189b 100644
--- a/src/base/msg.h
+++ b/src/base/msg.h
@@ -14,7 +14,7 @@
#endif /* DEBUG */
#define warning(msg,arg...) fprintf(stderr, "%s ", _("[Warning]")); fprintf(stderr, _(msg) "\n", ##arg)
-#define error(msg,arg...) fprintf(stderr, "%s ", _("[Error]"))); fprintf(stderr, _(msg) "\n", ##arg)
+#define error(msg,arg...) fprintf(stderr, "%s ", _("[Error]")); fprintf(stderr, _(msg) "\n", ##arg)
#define fatal(msg,arg...) \
{ \
fprintf(stderr, "%s ", _("[Fatal]")); fprintf(stderr, _(msg) "\n", ##arg); \