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/tapefs/zipfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/tapefs/zipfs.c') diff --git a/src/cmd/tapefs/zipfs.c b/src/cmd/tapefs/zipfs.c index 26bd4dc9..5d3c4338 100644 --- a/src/cmd/tapefs/zipfs.c +++ b/src/cmd/tapefs/zipfs.c @@ -19,7 +19,7 @@ enum { IS_MSDOS = 0, /* creator OS (interpretation of external flags) */ IS_RDONLY = 1, /* file was readonly (external flags) */ - IS_TEXT = 1, /* file was text (internal flags) */ + IS_TEXT = 1 /* file was text (internal flags) */ }; typedef struct Block Block; -- cgit v1.2.3