summaryrefslogtreecommitdiff
path: root/codec
diff options
context:
space:
mode:
Diffstat (limited to 'codec')
-rw-r--r--codec/image_to_j2k.c1
1 files changed, 0 insertions, 1 deletions
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;
}