changeset 18083:07f8ed677678

Fix a compiler warning from a bad merge by me
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 10 Jun 2007 02:06:07 +0000
parents 3162c5836fb8
children 54520b62d29a
files pidgin/gtkaccount.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkaccount.c	Sun Jun 10 01:49:01 2007 +0000
+++ b/pidgin/gtkaccount.c	Sun Jun 10 02:06:07 2007 +0000
@@ -706,7 +706,7 @@
 	GList *l;
 	char buf[1024];
 	char *title, *tmp;
-	const char *str_value, *protocol;
+	const char *str_value;
 	gboolean bool_value;
 
 	if (dialog->protocol_frame != NULL) {