more debugging fixes.

hey yosh, you beated me at gdk.c ;)
-timj
This commit is contained in:
Tim Janik
1998-02-19 08:14:03 +00:00
parent c87244dd75
commit 10474e6a73
5 changed files with 10 additions and 10 deletions

View File

@ -231,7 +231,7 @@ extern gint gdk_error_warnings;
#define GDK_NOTE(type,action) G_STMT_START { \
if (gdk_debug_flags & GDK_DEBUG_##type) \
action; } G_STMT_END
{ action; }; } G_STMT_END
#else /* !G_ENABLE_DEBUG */