From cbeb0b26e4c7caa8d1b47de791a7418dc20a4567 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 1 Apr 2006 19:24:03 +0000 Subject: Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. --- include/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/httpd.h') diff --git a/include/httpd.h b/include/httpd.h index e968d5e2..8ffe51e8 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -48,7 +48,7 @@ enum HExpectFail, HUnkVers, HBadCont, - HOK, + HOK }; /* -- cgit v1.2.3