From b6ca9198e820a5d0ca35bf497b957bd199f03c82 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 22 Oct 2002 17:04:47 +0000 Subject: use NULL for pointer instead of FALSE. 2002-10-22 Rodrigo Moya * pcs/cal-factory.c (lookup_backend): use NULL for pointer instead of FALSE. svn path=/trunk/; revision=18411 --- calendar/pcs/cal-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/pcs') diff --git a/calendar/pcs/cal-factory.c b/calendar/pcs/cal-factory.c index 4f79e5d1f3..4c5ea41db1 100644 --- a/calendar/pcs/cal-factory.c +++ b/calendar/pcs/cal-factory.c @@ -132,7 +132,7 @@ lookup_backend (CalFactory *factory, const char *uristr, char **orig_uri_return) return CAL_BACKEND (data); } else { if (orig_uri_return) - *orig_uri_return = FALSE; + *orig_uri_return = NULL; return NULL; } -- cgit v1.2.3