[evolution-data-server] libecal: Fix accidental double semicolon
- From: Mathias Hasselmann <hasselmm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] libecal: Fix accidental double semicolon
- Date: Mon, 21 Jan 2013 18:49:58 +0000 (UTC)
commit 1f9debd805d66758e6eb13b64b4e3f42f80653b8
Author: Mathias Hasselmann <mathias openismus com>
Date: Mon Jan 21 19:49:39 2013 +0100
libecal: Fix accidental double semicolon
calendar/libecal/e-cal-util.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/calendar/libecal/e-cal-util.c b/calendar/libecal/e-cal-util.c
index 000f655..1c431d3 100644
--- a/calendar/libecal/e-cal-util.c
+++ b/calendar/libecal/e-cal-util.c
@@ -787,7 +787,7 @@ e_cal_util_add_timezones_from_component (icalcomponent *vcal_comp,
ForeachTzidData f_data;
g_return_if_fail (vcal_comp != NULL);
- g_return_if_fail (icalcomp != NULL);;
+ g_return_if_fail (icalcomp != NULL);
f_data.vcal_comp = vcal_comp;
f_data.icalcomp = icalcomp;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]