[evolution-ews] Forgot a semicolon
- From: Or Goshen <ogosh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Forgot a semicolon
- Date: Mon, 6 Jun 2011 11:56:02 +0000 (UTC)
commit 2d6c36dc972260ca4909862fd7b3c22876a8f41a
Author: Or Goshen <orx goshen intel com>
Date: Mon Jun 6 15:05:01 2011 +0300
Forgot a semicolon
src/calendar/e-cal-backend-ews.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-ews.c b/src/calendar/e-cal-backend-ews.c
index 7b0ae43..67bc8bf 100644
--- a/src/calendar/e-cal-backend-ews.c
+++ b/src/calendar/e-cal-backend-ews.c
@@ -1803,7 +1803,7 @@ e_cal_backend_ews_send_objects (ECalBackend *backend, EDataCal *cal, EServerMeth
g_free (change_key);
g_free (cancellation_data);
g_object_unref (comp);
- g_slist_free (ids)
+ g_slist_free (ids);
subcomp = icalcomponent_get_next_component (icalcomp, kind);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]