* Initialize some variables.

This commit is contained in:
Justin Maggard
2009-03-19 21:42:13 +00:00
parent ac5a37b27a
commit 06784a31ca
6 changed files with 10 additions and 9 deletions

View File

@ -235,7 +235,7 @@ image *
image_new_from_jpeg(const char * path, int is_file, const char * buf, int size)
{
image *vimage;
FILE *file;
FILE *file = NULL;
struct jpeg_decompress_struct cinfo;
unsigned char *line[16], *ptr;
int x, y, i, w, h, ofs;