X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.c;h=a47f5f31eca2064a602f049229a1d861bf6ff95b;hb=3395b2dbe9d460d5381497850ed833c60befb746;hp=ad2d501f96aef251ed9c6bb0719b9876a5e9c16e;hpb=7109f3a6da882a149b19e88050153fefca7052b2;p=citadel.git diff --git a/webcit/webcit.c b/webcit/webcit.c index ad2d501f9..a47f5f31e 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -283,7 +283,7 @@ void print_menu_box(char* Title, char *Class, int nLines, ...) /* * dump out static pages from disk */ -void output_static(char *what) +void output_static(const char *what) { int fd; struct stat statbuf;