summaryrefslogtreecommitdiff
path: root/clutter/clutter-debug.h
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-11-23 21:36:45 +0000
committerMatthew Allum <mallum@openedhand.com>2006-11-23 21:36:45 +0000
commit382edccf6d097ec2e0fa689a61ce544e85deba88 (patch)
tree37566f7d4f4f9e56b4eb802515ad88ef4c2b51d0 /clutter/clutter-debug.h
parentc57108e03029eeb4f5ccb14754cf7469f745d610 (diff)
downloadclutter-382edccf6d097ec2e0fa689a61ce544e85deba88.tar.gz
2006-11-23 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-debug.h: Fix small macro typo.
Diffstat (limited to 'clutter/clutter-debug.h')
-rw-r--r--clutter/clutter-debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/clutter-debug.h b/clutter/clutter-debug.h
index cf2615c26..f779d0b3e 100644
--- a/clutter/clutter-debug.h
+++ b/clutter/clutter-debug.h
@@ -36,7 +36,7 @@ typedef enum {
#else /* !CLUTTER_ENABLE_DEBUG */
-#define CLUTTER_NOTE(type,action)
+#define CLUTTER_NOTE(type,x,a...)
#define CLUTTER_DBG(x)
#define CLUTTER_GLERR()