]> code.citadel.org Git - citadel.git/blobdiff - webcit/summary.c
* we mustn't dump content here... todo: find a better way here.
[citadel.git] / webcit / summary.c
index 02c936c9336376f34e0af8dbbbfcf17a62e415c9..2586d10fcb1aea8975d9fac22af05819db32788e 100644 (file)
@@ -168,7 +168,7 @@ void calendar_section(void) {
                wprintf(_("(Nothing)"));
                wprintf("</i><br />\n");
        }
-       calendar_Cleanup(&v);
+       __calendar_Cleanup(&v);
 }
 
 /*