diff finch/gntdebug.c @ 16669:30829e806dae

And finch is up to date
author Gary Kramlich <grim@reaperworld.com>
date Mon, 30 Apr 2007 00:17:43 +0000
parents 4999bbc52881
children 87748f771638
line wrap: on
line diff
--- 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()