* summary.c: summary screen is now updated using ajax instead of refreshing
[citadel.git] / webcit / autocompletion.c
index 43904bdecc9645a3238c02299e81f0cff3c1ba8b..6d68edd43f82415a666673f31c8675c8b36b4327 100644 (file)
@@ -13,7 +13,7 @@ void recp_autocomplete(char *partial) {
        char buf[1024];
        char name[128];
 
-       output_headers(0, 0, 0, 0, 0, 0, 0);
+       output_headers(0, 0, 0, 0, 0, 0);
 
        wprintf("Content-type: text/html\r\n"
                "Server: %s\r\n"