aboutsummaryrefslogtreecommitdiff
path: root/jdatadst-tj.c
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-08-21 22:16:25 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-08-21 22:16:25 +0000
commit3570b33f74b4729e3ba65ba4500b873a0eafe760 (patch)
tree8d30c96d7cbc903e2c9653d74d2860c4afe5f5ca /jdatadst-tj.c
parent32660483368f2a29e42342d6218afb7544348776 (diff)
Oops
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1370 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'jdatadst-tj.c')
-rw-r--r--jdatadst-tj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdatadst-tj.c b/jdatadst-tj.c
index a0e0f2e..1f6f3a5 100644
--- a/jdatadst-tj.c
+++ b/jdatadst-tj.c
@@ -172,7 +172,7 @@ jpeg_mem_dest_tj (j_compress_ptr cinfo,
dest->pub.init_destination = init_mem_destination;
dest->pub.empty_output_buffer = empty_mem_output_buffer;
dest->pub.term_destination = term_mem_destination;
- if (dest->buffer == *outbuffer && *outbuffer != NULL && alloc) {
+ if (dest->buffer == *outbuffer && *outbuffer != NULL && alloc)
reused = TRUE;
dest->outbuffer = outbuffer;
dest->outsize = outsize;