changeset 14226:b02b7017930f

[gaim-migrate @ 16907] Fix a warning: gntrequest.c:250: warning: ISO C90 forbids mixed declarations and code Amazing what a stray semicolon can do committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 20 Aug 2006 17:10:15 +0000
parents eec43f2ef633
children f306918687a4
files console/gntrequest.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/console/gntrequest.c	Sun Aug 20 17:00:38 2006 +0000
+++ b/console/gntrequest.c	Sun Aug 20 17:10:15 2006 +0000
@@ -246,7 +246,7 @@
 			}
 			else if (type == GAIM_REQUEST_FIELD_CHOICE)
 			{
-				GntWidget *combo = field->ui_data;;
+				GntWidget *combo = field->ui_data;
 				int id;
 				id = GPOINTER_TO_INT(gnt_combo_box_get_selected_data(GNT_COMBO_BOX(combo)));
 				gaim_request_field_choice_set_value(field, id);