aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/jpeg-6b/jcparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/jpeg-6b/jcparam.c')
-rw-r--r--test/monniaux/jpeg-6b/jcparam.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/monniaux/jpeg-6b/jcparam.c b/test/monniaux/jpeg-6b/jcparam.c
index f6c90f47..d462afed 100644
--- a/test/monniaux/jpeg-6b/jcparam.c
+++ b/test/monniaux/jpeg-6b/jcparam.c
@@ -380,7 +380,6 @@ jpeg_default_colorspace (j_compress_ptr cinfo)
default:
ERREXIT(cinfo, JERR_BAD_IN_COLORSPACE);
}
- KILL_TAIL_CALL();
}
@@ -467,7 +466,6 @@ jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace)
default:
ERREXIT(cinfo, JERR_BAD_J_COLORSPACE);
}
- KILL_TAIL_CALL();
}