finch/gntdebug.c

branch
padding
changeset 16748
f8e1573bfde0
parent 16478
19107605c565
child 17043
6ff1c7174836
--- a/finch/gntdebug.c	Mon Apr 30 00:09:25 2007 +0000
+++ b/finch/gntdebug.c	Mon Apr 30 00:17:43 2007 +0000
@@ -95,7 +95,13 @@
 static PurpleDebugUiOps uiops =
 {
 	finch_debug_print,
-	finch_debug_is_enabled
+	finch_debug_is_enabled,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 PurpleDebugUiOps *finch_debug_get_ui_ops()

mercurial