changeset 17103:bf27ef68e81a

Add a missing semi-colon so this will compile.
author Richard Laager <rlaager@wiktel.com>
date Sat, 19 May 2007 06:34:27 +0000
parents e7e033a38612
children 46f2f86e08e4
files libpurple/idle.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/idle.c	Sat May 19 06:16:44 2007 +0000
+++ b/libpurple/idle.c	Sat May 19 06:34:27 2007 +0000
@@ -323,7 +323,7 @@
 						PURPLE_CALLBACK(signing_off_cb), NULL);
 
 	purple_prefs_connect_callback(purple_idle_get_handle(), "/purple/away/idle_reporting",
-	                              idle_reporting_cb, NULL)
+	                              idle_reporting_cb, NULL);
 
 	purple_idle_touch();
 }