From 382edccf6d097ec2e0fa689a61ce544e85deba88 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Thu, 23 Nov 2006 21:36:45 +0000 Subject: [PATCH] 2006-11-23 Matthew Allum * clutter/clutter-debug.h: Fix small macro typo. --- ChangeLog | 5 +++++ clutter/clutter-debug.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ffd30bcf8..9ba38a467 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-23 Matthew Allum + + * clutter/clutter-debug.h: + Fix small macro typo. + 2006-11-22 Matthew Allum * clutter/clutter-actor.c: 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()