comparison libpurple/protocols/myspace/message.c @ 17294:437381cd780a

Add missing argument to debug string.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 03 Jun 2007 04:35:03 +0000
parents bfda36bd957a
children 9c5b1dc7404f
comparison
equal deleted inserted replaced
17293:bfda36bd957a 17294:437381cd780a
374 /* TODO: provide human-readable output of list. */ 374 /* TODO: provide human-readable output of list. */
375 string = g_strdup_printf("%s(list): TODO", elem->name); 375 string = g_strdup_printf("%s(list): TODO", elem->name);
376 break; 376 break;
377 377
378 default: 378 default:
379 string = g_strdup_printf("%s(unknown type %d (%c)", elem->name, elem->type); 379 string = g_strdup_printf("%s(unknown type %d (%c)", elem->name, elem->type, elem->type);
380 break; 380 break;
381 } 381 }
382 382
383 **items = string; 383 **items = string;
384 ++(*items); 384 ++(*items);