aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/jpeg-6b/jdmaster.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/jpeg-6b/jdmaster.c')
-rw-r--r--test/monniaux/jpeg-6b/jdmaster.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/monniaux/jpeg-6b/jdmaster.c b/test/monniaux/jpeg-6b/jdmaster.c
index 48df48a5..512bd679 100644
--- a/test/monniaux/jpeg-6b/jdmaster.c
+++ b/test/monniaux/jpeg-6b/jdmaster.c
@@ -529,9 +529,7 @@ jpeg_new_colormap (j_decompress_ptr cinfo)
master->pub.is_dummy_pass = FALSE; /* just in case */
} else
ERREXIT(cinfo, JERR_MODE_CHANGE);
-#ifdef TAIL_CALL_MISSING
- int dummy=1;
-#endif
+ KILL_TAIL_CALL();
}
#endif /* D_MULTISCAN_FILES_SUPPORTED */