# HG changeset patch # User Stu Tomlinson # Date 1181441167 0 # Node ID 9b40ce2af241ea843a65ae81641aabef7e5065d9 # Parent 4079b7c5ef7b4d05628ef40e9e99b9ae8a9259ce Fix a compiler warning from a bad merge by me diff -r 4079b7c5ef7b -r 9b40ce2af241 pidgin/gtkaccount.c --- 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) {