summaryrefslogtreecommitdiff
path: root/jcstest.c
diff options
context:
space:
mode:
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;