enhancing fimg to pnm converter
This commit is contained in:
@@ -75,7 +75,7 @@ if (argc == 1) {
|
||||
foo = fimg_print_version(1); help(0);
|
||||
exit(0);
|
||||
}
|
||||
while ((opt = getopt(argc, argv, "cv")) != -1) {
|
||||
while ((opt = getopt(argc, argv, "cv")) != -1) {
|
||||
switch(opt) {
|
||||
case 'c': make_csv++; break;
|
||||
case 'v': verbosity++; break;
|
||||
|
||||
Reference in New Issue
Block a user