aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/jpeg-6b/jdatadst.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/jpeg-6b/jdatadst.c')
-rw-r--r--test/monniaux/jpeg-6b/jdatadst.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/monniaux/jpeg-6b/jdatadst.c b/test/monniaux/jpeg-6b/jdatadst.c
index a3586e67..08fa7b62 100644
--- a/test/monniaux/jpeg-6b/jdatadst.c
+++ b/test/monniaux/jpeg-6b/jdatadst.c
@@ -117,9 +117,7 @@ term_destination (j_compress_ptr cinfo)
/* Make sure we wrote the output file OK */
if (ferror(dest->outfile))
ERREXIT(cinfo, JERR_FILE_WRITE);
-#ifdef TAIL_CALL_MISSING
- int dummy=1;
-#endif
+ KILL_TAIL_CALL();
}