Build fix
This commit is contained in:
@@ -191,7 +191,7 @@ namespace lime {
|
||||
jpegError.base.output_message = OnOutput;
|
||||
|
||||
FILE_HANDLE *file = NULL;
|
||||
Bytes data = NULL;
|
||||
Bytes data;
|
||||
|
||||
if (resource->path) {
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace lime {
|
||||
int bit_depth, color_type, interlace_type;
|
||||
|
||||
FILE_HANDLE *file = NULL;
|
||||
Bytes data = NULL;
|
||||
Bytes data;
|
||||
|
||||
if (resource->path) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user