diff --git a/codec/image_to_j2k.c b/codec/image_to_j2k.c index 94d5ac1d..db4302d6 100644 --- a/codec/image_to_j2k.c +++ b/codec/image_to_j2k.c @@ -882,6 +882,5 @@ int main(int argc, char **argv) free(cp.tcps[tileno].tccps); free(cp.tcps); - system("pause"); return 0; }