summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/JpegWriter.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-11 03:46:13 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-11 17:10:33 +0000
commit867aa217e6bcb543ea61c61f10088042d632bd07 (patch)
treeb30feb163f2144e3d8fd0d5a57a8523fdc401367 /vcl/source/filter/jpeg/JpegWriter.cxx
parent1a4d24b3a430ed7f75e76e64fb0e22d05a1fad0d (diff)
upgrade to jpeg-9a
Includes some type conversion fixes. Change-Id: I84f886e9f922acd780d46baea97f2d87c5ac700b Reviewed-on: https://gerrit.libreoffice.org/9306 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'vcl/source/filter/jpeg/JpegWriter.cxx')
-rw-r--r--vcl/source/filter/jpeg/JpegWriter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/jpeg/JpegWriter.cxx b/vcl/source/filter/jpeg/JpegWriter.cxx
index ab2f045c5356..09a52500e951 100644
--- a/vcl/source/filter/jpeg/JpegWriter.cxx
+++ b/vcl/source/filter/jpeg/JpegWriter.cxx
@@ -62,7 +62,7 @@ extern "C" boolean empty_output_buffer (j_compress_ptr cinfo)
destination->pub.next_output_byte = destination->buffer;
destination->pub.free_in_buffer = BUFFER_SIZE;
- return true;
+ return TRUE;
}
extern "C" void term_destination (j_compress_ptr cinfo)