From fdcc810259e2580a3bf94f715472fdc17782f27a Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Fri, 8 Feb 2019 16:48:41 +0100 Subject: removed 'KILL_TAIL_CALL()', no longer needed --- test/monniaux/jpeg-6b/jdatadst.c | 1 - 1 file changed, 1 deletion(-) (limited to 'test/monniaux/jpeg-6b/jdatadst.c') diff --git a/test/monniaux/jpeg-6b/jdatadst.c b/test/monniaux/jpeg-6b/jdatadst.c index 08fa7b62..a8f6fb0e 100644 --- a/test/monniaux/jpeg-6b/jdatadst.c +++ b/test/monniaux/jpeg-6b/jdatadst.c @@ -117,7 +117,6 @@ term_destination (j_compress_ptr cinfo) /* Make sure we wrote the output file OK */ if (ferror(dest->outfile)) ERREXIT(cinfo, JERR_FILE_WRITE); - KILL_TAIL_CALL(); } -- cgit