diff -r db03a0efc8b4 -r 16c7de07a9cf libpurple/example/nullclient.c --- a/libpurple/example/nullclient.c Tue Apr 30 11:43:37 2013 +0200 +++ b/libpurple/example/nullclient.c Wed May 01 11:52:20 2013 +0200 @@ -269,7 +269,7 @@ PurplePluginInfo *info = plugin->info; if (info && info->name) { printf("\t%d: %s\n", i++, info->name); - names = g_list_append(names, info->id); + names = g_list_append(names, (gpointer)info->id); } } printf("Select the protocol [0-%d]: ", i-1);