aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-debug.h')
-rw-r--r--lib/ephy-debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-debug.h b/lib/ephy-debug.h
index 6c87b8368..815741093 100644
--- a/lib/ephy-debug.h
+++ b/lib/ephy-debug.h
@@ -38,7 +38,7 @@ G_BEGIN_DECLS
#define LOG(msg, args...) \
g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \
"[ %s ] " msg, \
- __FILE__, ## args);
+ __FILE__ , ## args);
#endif
#ifdef DISABLE_PROFILING