aboutsummaryrefslogtreecommitdiffstats
path: root/cws2fws.c
diff options
context:
space:
mode:
Diffstat (limited to 'cws2fws.c')
-rw-r--r--cws2fws.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cws2fws.c b/cws2fws.c
index f97287f55f..61f12940d5 100644
--- a/cws2fws.c
+++ b/cws2fws.c
@@ -19,7 +19,7 @@
main(int argc, char *argv[])
{
- int fd_in, fd_out, comp_len, uncomp_len, tag, i, last_out;
+ int fd_in, fd_out, comp_len, uncomp_len, i, last_out;
char buf_in[1024], buf_out[65536];
z_stream zstream;
struct stat statbuf;