1 diff --git a/zipnote.c b/zipnote.c
2 index 5e02cb6..996f012 100644
5 @@ -661,7 +661,7 @@ char **argv; /* command line tokens */
6 if ((r = zipcopy(z)) != ZE_OK)
7 ziperr(r, "was copying an entry");
12 /* Write central directory and end of central directory with new comments */
13 if ((c = zftello(y)) == (zoff_t)-1) /* get start of central */