Build fix
This commit is contained in:
@@ -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) {
|
||||||
|
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user