summaryrefslogtreecommitdiff
path: root/codec
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2004-08-02 15:23:22 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2004-08-02 15:23:22 +0000
commit2c2730280e09bef0e32b1988e223c59e827bae1e (patch)
tree44b7ed262246f6e264a9c7563f5dd190fb0002d0 /codec
parent2e2ba14c5392088767f6fa2da554117d9247d36f (diff)
Deleted system("pause") at the end of main function
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;
}