Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-07-11 18:43:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-11 18:45:30 +0300
commita6259d4290a5631af9108003cd13bf2848c3a0f6 (patch)
tree294d31faee7425b78dd0af7bcfba2bccfed9270d /source/blender/imbuf/intern/jpeg.c
parente42e01875ecc48f2da314f9dca27fa4a949fbb77 (diff)
Avoid static var for OpenEXR
Diffstat (limited to 'source/blender/imbuf/intern/jpeg.c')
-rw-r--r--source/blender/imbuf/intern/jpeg.c3
1 files changed, 1 insertions, 2 deletions
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;