Codebase list pnm2ppa / bbc107a
Fix signedness of "c" Bugs-Debian: 177295 Last-Update: 2003-10-26 Chad Walstrom authored 6 years ago Didier Raboud committed 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
8080 FILE *outFile = NULL ;
8181 int testPattern = 0;
8282 char *out_filepath = NULL;
83 char c;
83 int c;
8484 static struct option long_opts[] = {
8585 {"gamma",0,0,'g'},
8686 {"align",0,0,0},