Update of /cvsroot/gaim/gaim/src
In directory sc8-pr-cvs1:/tmp/cvs-serv31258/src
Modified Files:
prefs.c
Log Message:
not that this actually changes anything, but...
Index: prefs.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/prefs.c,v
retrieving revision 1.414
retrieving revision 1.415
diff -u -d -p -r1.414 -r1.415
--- prefs.c 2 Sep 2003 03:41:08 -0000 1.414
+++ prefs.c 22 Oct 2003 18:23:45 -0000 1.415
@@ -209,6 +209,7 @@ static void free_pref_value(struct gaim_
switch(pref->type) {
case GAIM_PREF_BOOLEAN:
pref->value.boolean = FALSE;
+ break;
case GAIM_PREF_INT:
pref->value.integer = 0;
break;
|