From a6259d4290a5631af9108003cd13bf2848c3a0f6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 12 Jul 2015 01:43:32 +1000 Subject: Avoid static var for OpenEXR --- source/blender/imbuf/intern/jpeg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/imbuf/intern/jpeg.c') diff --git a/source/blender/imbuf/intern/jpeg.c b/source/blender/imbuf/intern/jpeg.c index 17952c40068..8ddfd44649c 100644 --- a/source/blender/imbuf/intern/jpeg.c +++ b/source/blender/imbuf/intern/jpeg.c @@ -255,8 +255,7 @@ static void memory_source(j_decompress_ptr cinfo, const unsigned char *buffer, s V += GETJOCTET(*next_input_byte++); ) -static boolean -handle_app1(j_decompress_ptr cinfo) +static boolean handle_app1(j_decompress_ptr cinfo) { INT32 length; /* initialized by the macro */ INT32 i; -- cgit v1.2.3