diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2004-08-02 15:23:22 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2004-08-02 15:23:22 +0000 |
| commit | 2c2730280e09bef0e32b1988e223c59e827bae1e (patch) | |
| tree | 44b7ed262246f6e264a9c7563f5dd190fb0002d0 /codec | |
| parent | 2e2ba14c5392088767f6fa2da554117d9247d36f (diff) | |
Deleted system("pause") at the end of main function
Diffstat (limited to 'codec')
| -rw-r--r-- | codec/image_to_j2k.c | 1 |
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; } |
