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. --- src/cmd/htmlfmt/dat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/htmlfmt/dat.h') diff --git a/src/cmd/htmlfmt/dat.h b/src/cmd/htmlfmt/dat.h index 53db700c..eb9d6fa0 100644 --- a/src/cmd/htmlfmt/dat.h +++ b/src/cmd/htmlfmt/dat.h @@ -4,7 +4,7 @@ typedef struct URLwin URLwin; enum { STACK = 8192, - EVENTSIZE = 256, + EVENTSIZE = 256 }; struct Bytes -- cgit v1.2.3