summaryrefslogtreecommitdiff
path: root/jcstest.c
diff options
context:
space:
mode:
authorLeon Scroggins III <scroggo@google.com>2018-03-03 00:34:46 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-03 00:34:46 +0000
commitf5c8ca7bb600d1e5488f65c6d5447b19b18d899c (patch)
treee4ccd14967629b2776c7c0b49f59027871a72946 /jcstest.c
parent6c3f201cbcd4e618485ad9fc7214d6e8447f6b56 (diff)
parenta1600c3770513660d50586cb7678a99bef695291 (diff)
Update libjpeg-turbo to 1.5.3 am: bd7903e2a5 am: 26decca735
am: a1600c3770 Change-Id: Icabe047b644d93a3de0fc1b647ec29b28c05235f
Diffstat (limited to 'jcstest.c')
-rw-r--r--jcstest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/jcstest.c b/jcstest.c
index 358ed25..11883b5 100644
--- a/jcstest.c
+++ b/jcstest.c
@@ -77,7 +77,7 @@ int main(void)
jerr.pub.error_exit = my_error_exit;
jerr.pub.output_message = my_output_message;
- if(setjmp(jerr.jb)) {
+ if (setjmp(jerr.jb)) {
/* this will execute if libjpeg has an error */
jcs_valid = 0;
goto done;
@@ -104,7 +104,7 @@ int main(void)
printf(" Not present at compile time\n");
#endif
- if(setjmp(jerr.jb)) {
+ if (setjmp(jerr.jb)) {
/* this will execute if libjpeg has an error */
jcs_alpha_valid = 0;
goto done2;