paranoia.c: slight code touch-up. *.cpp remove lint warnings, e.g. int -> unsigned int

This commit is contained in:
rocky
2009-04-20 01:51:40 -04:00
parent 7306b590ce
commit 768c2ff249
7 changed files with 41 additions and 21 deletions

View File

@@ -72,7 +72,7 @@ main(int argc, const char *argv[])
{
iso9660_stat_t *p_statbuf;
FILE *p_outfd;
int i;
unsigned int i;
char const *psz_image;
char const *psz_fname;
iso9660_t *p_iso;