blob: 7b48a0602824e9e376ae7ca1c045bf0280f1c472 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- gnome/minilist.c.old 2005-01-05 04:25:24.283691792 +0900
+++ gnome/minilist.c 2005-01-05 04:25:36.940767624 +0900
@@ -191,6 +191,7 @@
NE_DEBUG(DEBUG_GNOME, "Removing an item from the ignores list.\n");
break;
default:
+ ;;
}
if (the_gui->data)
the_gui->data->prev = NULL;
--- gnome/misc.old 2005-01-05 05:00:55.528693304 +0900
+++ gnome/misc.c 2005-01-05 05:01:07.183921440 +0900
@@ -310,6 +310,7 @@
return;
break;
default:
+ ;;
}
}
}
|