[cogl/msvc-support] Update cogl/cogl-debug.h



commit ab6c010e05db9ec99469e0a3d187ef7e8b09909a
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue May 31 11:16:33 2011 +0800

    Update cogl/cogl-debug.h
    
    One right parenthesis for the macro COGL_NOTE was missed.  Make up for that.

 cogl/cogl-debug.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cogl/cogl-debug.h b/cogl/cogl-debug.h
index 294de84..4f03bdf 100644
--- a/cogl/cogl-debug.h
+++ b/cogl/cogl-debug.h
@@ -93,7 +93,7 @@ extern unsigned int _cogl_debug_flags[COGL_DEBUG_N_INTS];
 
 #else
 #define COGL_NOTE(type,...)                         G_STMT_START {            \
-        if (G_UNLIKELY (COGL_DEBUG_ENABLED (COGL_DEBUG_##type)) {             \
+        if (G_UNLIKELY (COGL_DEBUG_ENABLED (COGL_DEBUG_##type))) {             \
           char *_fmt = g_strdup_printf (__VA_ARGS__);                         \
           _cogl_profile_trace_message ("[" #type "] " G_STRLOC " & %s", _fmt);\
           g_free (_fmt);                                                      \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]