changeset 1073:6b013aff4de3

[gaim-migrate @ 1083] this proves my stupidity knows no bounds. thanks decklin committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 06 Nov 2000 22:42:25 +0000
parents 81d19577285a
children 2cff18c2f9c6
files plugins/lagmeter.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/lagmeter.c	Mon Nov 06 00:30:24 2000 +0000
+++ b/plugins/lagmeter.c	Mon Nov 06 22:42:25 2000 +0000
@@ -123,6 +123,8 @@
 		gaim_signal_connect(handle, event_signon, avail_now, NULL);
 	else
 		avail_now(connections->data, NULL);
+
+	return NULL;
 }
 
 void adjust_timeout(GtkWidget *button, GtkWidget *spinner) {