* embed_room_banner() remove own goto code, use the api function instead.
[citadel.git] / webcit / webcit.c
index f7f7931699831e20ec9f5bb65c07cc19413cb873..e7a735e2d5290c89f4fc5f5779b9f7b738188a9d 100644 (file)
@@ -213,7 +213,7 @@ void output_headers(        int do_httpheaders,     /* 1 = output HTTP headers
 
                if (do_room_banner == 1) {
                        wc_printf("<div id=\"banner\">\n");
-                       embed_room_banner(NULL);
+                       embed_room_banner();
                        wc_printf("</div>\n");
                }
        }