From f8374109ac06f8c0528dcf27f214f26c5d2aaf8d Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Sun, 2 Sep 2007 18:44:00 +0000 Subject: ** Fix for bug #471791 (Move away from asserts to g_ret*) svn path=/trunk/; revision=34156 --- calendar/importers/icalendar-importer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/importers') diff --git a/calendar/importers/icalendar-importer.c b/calendar/importers/icalendar-importer.c index 726ac4ae7c..4fd4d9e447 100644 --- a/calendar/importers/icalendar-importer.c +++ b/calendar/importers/icalendar-importer.c @@ -296,7 +296,7 @@ ivcal_import_items(void *d) /* FIXME: e_error ... */; break; default: - g_assert_not_reached (); + g_return_val_if_reached (FALSE); } ivcal_import_done(ici); -- cgit