diff options
Diffstat (limited to 'isomd5sum/implantisomd5.c')
-rw-r--r-- | isomd5sum/implantisomd5.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/isomd5sum/implantisomd5.c b/isomd5sum/implantisomd5.c index 58ee5f10f..76466e44b 100644 --- a/isomd5sum/implantisomd5.c +++ b/isomd5sum/implantisomd5.c @@ -95,10 +95,9 @@ int main(int argc, char **argv) { int forceit=0; int supported=0; int help=0; - long long isosize; + long long isosize, total; const char **args; unsigned char md5sum[16]; - unsigned int total; unsigned int loc; unsigned char *fname; unsigned char buf[2048]; |