summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenoit Dejean <bdejean@gmail.com>2015-06-21 21:04:35 +0200
committerBenoit Dejean <bdejean@gmail.com>2015-07-15 18:38:27 +0200
commitedd08e6fd67085f6f1d273dc544b4755beee5299 (patch)
tree8c31f72c31ce48ef628dcf38f7035be1678ee39c /include
parent82ff91b74cc7418aec7dd725f119dd5eac715119 (diff)
downloadlibgtop-edd08e6fd67085f6f1d273dc544b4755beee5299.tar.gz
Fix macro definition.
Diffstat (limited to 'include')
-rw-r--r--include/glibtop/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glibtop/error.h b/include/glibtop/error.h
index 1ed7b40b..6cc10a7f 100644
--- a/include/glibtop/error.h
+++ b/include/glibtop/error.h
@@ -51,7 +51,7 @@ void glibtop_warn_io (const char *format, ...) G_GNUC_PRINTF(1, 2);
G_STMT_START { \
if (LIBGTOP_ENABLE_DEBUG) \
glibtop_debug_r(glibtop_global_server, fmt, __VA_ARGS__); \
- G_STMT_END
+ } G_STMT_END
void glibtop_debug_vr (glibtop *server, const char *format, va_list args);
void glibtop_debug_r (glibtop *server, const char *format, ...) G_GNUC_PRINTF(2, 3);