diff options
Diffstat (limited to 'calendar/pcs/cal-factory.c')
-rw-r--r-- | calendar/pcs/cal-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |