Deleted system("pause") at the end of main function
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>
Mon, 2 Aug 2004 15:23:22 +0000 (15:23 +0000)
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>
Mon, 2 Aug 2004 15:23:22 +0000 (15:23 +0000)
codec/image_to_j2k.c

index 94d5ac1d2326bdb9ae04ca924edfa84e9f48d8f6..db4302d6ee8c838f634c56644bf17127a2f3c227 100644 (file)
@@ -882,6 +882,5 @@ int main(int argc, char **argv)
     free(cp.tcps[tileno].tccps);
   free(cp.tcps);
 
-  system("pause");
   return 0;
 }