aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@src.gnome.org>2000-06-16 15:07:02 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-06-16 15:07:02 +0800
commitef4fb079a43f916fb85c29467dc33da928e51692 (patch)
tree3258e90d996fe0fb953e2acbda101aecb6b0fada /calendar/cal-util
parentd7480fd1c06182203a147559143931606c712759 (diff)
downloadgsoc2013-evolution-ef4fb079a43f916fb85c29467dc33da928e51692.tar
gsoc2013-evolution-ef4fb079a43f916fb85c29467dc33da928e51692.tar.gz
gsoc2013-evolution-ef4fb079a43f916fb85c29467dc33da928e51692.tar.bz2
gsoc2013-evolution-ef4fb079a43f916fb85c29467dc33da928e51692.tar.lz
gsoc2013-evolution-ef4fb079a43f916fb85c29467dc33da928e51692.tar.xz
gsoc2013-evolution-ef4fb079a43f916fb85c29467dc33da928e51692.tar.zst
gsoc2013-evolution-ef4fb079a43f916fb85c29467dc33da928e51692.zip
Doh, sync - Federico
svn path=/trunk/; revision=3593
Diffstat (limited to 'calendar/cal-util')
-rw-r--r--calendar/cal-util/calobj.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/cal-util/calobj.c b/calendar/cal-util/calobj.c
index c90657cb85..6402937938 100644
--- a/calendar/cal-util/calobj.c
+++ b/calendar/cal-util/calobj.c
@@ -1619,7 +1619,7 @@ ical_object_find_in_string (const char *uid, const char *vcalobj, iCalObject **i
printf ("CAL_OBJ_FIND_NOT_FOUND\n");
return CAL_OBJ_FIND_NOT_FOUND;
-#else /* 0 */
+#else /* 1 */
VObject *vcal;
VObjectIterator i;
CalObjFindStatus status;
@@ -1674,7 +1674,7 @@ ical_object_find_in_string (const char *uid, const char *vcalobj, iCalObject **i
cleanStrTbl ();
return status;
-#endif /* 0 */
+#endif /* 1 */
}
@@ -1737,7 +1737,7 @@ ical_object_to_string (iCalObject *ico)
out_cal_string = icalcomponent_as_ical_string (top);
return g_strdup (out_cal_string);
-#else /* 0 */
+#else /* 1 */
VObject *vcalobj, *vobj;
char *buf, *gbuf;
@@ -1757,7 +1757,7 @@ ical_object_to_string (iCalObject *ico)
free (buf);
return gbuf;
-#endif /* 0 */
+#endif /* 1 */
}