enhancing fimg to pnm converter

This commit is contained in:
2019-09-10 12:18:02 +02:00
parent 2aabc8b26b
commit ffc99e6114
4 changed files with 42 additions and 11 deletions

View File

@@ -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;