# | Line 241 | Line 241 | char **argv; | |
---|---|---|
241 | printf("}\n"); | |
242 | putmapping(); /* put out color mapping */ | |
243 | } | |
244 | < | if (debugfp != NULL) /* put out debug picture */ |
244 | > | if (debugfp != NULL) { /* put out debug picture */ |
245 | if (scanning) | |
246 | picdebug(); | |
247 | else | |
248 | clrdebug(); | |
249 | + | } |
250 | exit(0); | |
251 | userr: | |
252 | fprintf(stderr, |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |