diff options
Diffstat (limited to 'genthumbnail.c')
-rw-r--r-- | genthumbnail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/genthumbnail.c b/genthumbnail.c index cbe5e9d..1259125 100644 --- a/genthumbnail.c +++ b/genthumbnail.c @@ -6,7 +6,7 @@ #include <string.h> #include <jpeglib.h> -#include "jpeg/transupp.h" /* Support routines for jpegtran */ +#include "transupp.h" /* Support routines for jpegtran */ #include "jpegtools.h" #include "misc.h" @@ -24,7 +24,7 @@ read_jpeg(char *filename) FILE *fp; unsigned int y; void *data; - + /* open file */ if (NULL == (fp = fopen(filename, "r"))) { fprintf(stderr,"open %s: %s\n",filename,strerror(errno)); |