From 9855ee6ebfbc99dc84087c521d520c4c7fc62438 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 23 Sep 2002 15:25:44 +0000 Subject: fix non-ANSI switch statements. * pcs/cal.c (imple_Cal_update_objects, impl_Cal_remove_object): fix non-ANSI switch statements. * gui/e-meeting-model.c (is_cell_editable, value_is_empty, process_free_busy_comp): Likewise * gui/itip-utils.c (comp_compliant): Likewise. svn path=/trunk/; revision=18169 --- calendar/pcs/cal.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/pcs') diff --git a/calendar/pcs/cal.c b/calendar/pcs/cal.c index 321a7c23db..a266977cbc 100644 --- a/calendar/pcs/cal.c +++ b/calendar/pcs/cal.c @@ -410,6 +410,7 @@ impl_Cal_update_objects (PortableServer_Servant servant, bonobo_exception_set (ev, ex_GNOME_Evolution_Calendar_Cal_PermissionDenied); break; default : + break; } } @@ -438,6 +439,7 @@ impl_Cal_remove_object (PortableServer_Servant servant, bonobo_exception_set (ev, ex_GNOME_Evolution_Calendar_Cal_PermissionDenied); break; default : + break; } } -- cgit v1.2.3