diff options
Diffstat (limited to 'calendar/common/authentication.c')
-rw-r--r-- | calendar/common/authentication.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/calendar/common/authentication.c b/calendar/common/authentication.c index f8bce7c86e..f11a0ed1ff 100644 --- a/calendar/common/authentication.c +++ b/calendar/common/authentication.c @@ -1,13 +1,13 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * Authors : +/* + * Authors : * Rodrigo Moya <rodrigo@ximian.com> * * Copyright 2003, Novell, Inc. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, @@ -59,7 +59,7 @@ ECal * auth_new_cal_from_default (ECalSourceType type) { ECal *ecal = NULL; - + if (!e_cal_open_default (&ecal, type, auth_func_cb, NULL, NULL)) return NULL; |