Build fix

This commit is contained in:
Joshua Granick
2015-12-14 11:20:58 -08:00
parent 9b69214dea
commit 9acf835d55
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ namespace lime {
jpegError.base.output_message = OnOutput; jpegError.base.output_message = OnOutput;
FILE_HANDLE *file = NULL; FILE_HANDLE *file = NULL;
Bytes data = NULL; Bytes data;
if (resource->path) { if (resource->path) {

View File

@@ -84,7 +84,7 @@ namespace lime {
int bit_depth, color_type, interlace_type; int bit_depth, color_type, interlace_type;
FILE_HANDLE *file = NULL; FILE_HANDLE *file = NULL;
Bytes data = NULL; Bytes data;
if (resource->path) { if (resource->path) {