[evolution-kolab/gnome-2-30] EPlugin: added missing (void*) to %p argument



commit 866f03b158fae8aa23374fe0e699dfd5cceb6c04
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Thu Nov 17 19:29:46 2011 +0100

    EPlugin: added missing (void*) to %p argument

 src/eplugin/kolab-account-setup.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/eplugin/kolab-account-setup.c b/src/eplugin/kolab-account-setup.c
index f264657..ffeac01 100644
--- a/src/eplugin/kolab-account-setup.c
+++ b/src/eplugin/kolab-account-setup.c
@@ -532,8 +532,8 @@ GtkWidget *
 org_gnome_kolab_account_setup (EPlugin *epl, EConfigHookItemFactoryData *data)
 {
 	g_debug ("%s() called.\n", __func__);
-	g_debug (" + epl: %p", epl);
-	g_debug (" + data: %p", data);
+	g_debug (" + epl: %p", (void*)epl);
+	g_debug (" + data: %p", (void*)data);
 
 	/* is NULL on New Account creation, add more stuff here */
 	return NULL;



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