More minor code formatting tweaks

This commit is contained in:
DRC
2016-02-19 10:35:09 -06:00
parent 9100b67a75
commit e621dfc508
5 changed files with 14 additions and 14 deletions

View File

@@ -90,7 +90,7 @@ static IMAGE_FORMATS requested_fmt;
static const char *progname; /* program name for error messages */
static char *outfilename; /* for -outfile switch */
boolean memsrc; /* for -memsrc switch */
boolean memsrc; /* for -memsrc switch */
boolean strip, skip;
JDIMENSION startY, endY;
#define INPUT_BUF_SIZE 4096