summaryrefslogtreecommitdiff
path: root/usr.bin/compress/gzopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/compress/gzopen.c')
-rw-r--r--usr.bin/compress/gzopen.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/compress/gzopen.c b/usr.bin/compress/gzopen.c
index e902d811ccf..df8007656ec 100644
--- a/usr.bin/compress/gzopen.c
+++ b/usr.bin/compress/gzopen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gzopen.c,v 1.20 2003/12/16 23:25:02 henning Exp $ */
+/* $OpenBSD: gzopen.c,v 1.21 2004/02/23 21:07:30 deraadt Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -60,7 +60,7 @@
#ifndef SMALL
const char gz_rcsid[] =
- "$OpenBSD: gzopen.c,v 1.20 2003/12/16 23:25:02 henning Exp $";
+ "$OpenBSD: gzopen.c,v 1.21 2004/02/23 21:07:30 deraadt Exp $";
#endif
#include <sys/param.h>
@@ -201,7 +201,7 @@ gz_close(void *cookie, struct z_info *info)
err = deflateEnd(&s->z_stream);
#else
err = -1;
-#endif;
+#endif
else if (s->z_mode == 'r')
err = inflateEnd(&s->z_stream);
}