summaryrefslogtreecommitdiff
path: root/src/mcd-debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mcd-debug.h')
-rw-r--r--src/mcd-debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mcd-debug.h b/src/mcd-debug.h
index 66fdafcc..53da2d01 100644
--- a/src/mcd-debug.h
+++ b/src/mcd-debug.h
@@ -59,7 +59,7 @@ static inline gint _mcd_debug_get_level (void)
void mcd_debug_print_tree (gpointer obj);
-void mcd_debug (const gchar *format, ...);
+void mcd_debug (const gchar *format, ...) G_GNUC_PRINTF (1, 2);
G_END_DECLS