X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_calendar.c;h=2171f381b173aa332c0e1c2fd6f94ee417bd8c7d;hb=46c921f7d98ad2b588065bdb2da1b637772225a7;hp=8fb05e78be7bc78e71ed6ff7f3c316d2d7d44deb;hpb=70f34b3d0496469291c947f06a7b2dbff62628b2;p=citadel.git diff --git a/citadel/serv_calendar.c b/citadel/serv_calendar.c index 8fb05e78b..2171f381b 100644 --- a/citadel/serv_calendar.c +++ b/citadel/serv_calendar.c @@ -2147,6 +2147,8 @@ char *serv_calendar_init(void) CtdlRegisterSessionHook(ical_session_shutdown, EVT_STOP); CtdlRegisterFixedOutputHook("text/calendar", ical_fixed_output); #endif + + /* return our Subversion id for the Log */ return "$Id$"; }