From f25cc16f180a1cb6804fe63a7382540bb204c2fc Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Thu, 3 Aug 2000 02:39:49 +0000 Subject: Fixed a g_return_if_fail that had two parameters and thus wouldn't build. 2000-08-02 Joe Shaw * pcs/cal-backend-file.c (cal_backend_file_update_pilot_id): Fixed a g_return_if_fail that had two parameters and thus wouldn't build. svn path=/trunk/; revision=4502 --- calendar/pcs/cal-backend-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/pcs') diff --git a/calendar/pcs/cal-backend-file.c b/calendar/pcs/cal-backend-file.c index 803ec0625e..f23024cec6 100644 --- a/calendar/pcs/cal-backend-file.c +++ b/calendar/pcs/cal-backend-file.c @@ -1032,7 +1032,7 @@ cal_backend_file_update_pilot_id (CalBackend *backend, cbfile = CAL_BACKEND_FILE (backend); priv = cbfile->priv; - g_return_if_fail (priv->icalcomp != NULL, FALSE); + g_return_if_fail (priv->icalcomp != NULL); g_return_if_fail (uid != NULL); -- cgit v1.2.3