From 51dba6bd0c19773ba8b631efbf51c07d548fc75c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 1 Feb 2009 01:18:42 +0000 Subject: ** Disable debug macros (#define d(x) x) throughout. (#569638) 2009-01-31 Matthew Barnes ** Disable debug macros (#define d(x) x) throughout. (#569638) svn path=/trunk/; revision=37202 --- plugins/face/face.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/face') diff --git a/plugins/face/face.c b/plugins/face/face.c index eff4fa5794..ba683e91aa 100644 --- a/plugins/face/face.c +++ b/plugins/face/face.c @@ -32,7 +32,7 @@ #include #include -#define d(x) x +#define d(x) gboolean e_plugin_ui_init (GtkUIManager *manager, EMsgComposer *composer); -- cgit v1.2.3