Mercurial > pidgin.yaz
diff pidgin/plugins/xmppconsole.c @ 22007:c38d72677c8a
Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
the existing warnings. I removed a handful of dead code and cleaned up a
couple of things that I stumbled across.
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 03 Jan 2008 04:57:40 +0000 |
| parents | 9e45c28b4b2b |
| children | 76e0463db3aa |
line wrap: on
line diff
--- a/pidgin/plugins/xmppconsole.c Wed Jan 02 22:15:06 2008 +0000 +++ b/pidgin/plugins/xmppconsole.c Thu Jan 03 04:57:40 2008 +0000 @@ -727,7 +727,7 @@ } static void -create_console() +create_console(void) { GtkWidget *vbox = gtk_vbox_new(FALSE, 6); GtkWidget *sw = gtk_scrolled_window_new(NULL, NULL);
