#endif;
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>
Fri, 25 Mar 2005 13:52:55 +0000 (13:52 +0000)
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>
Fri, 25 Mar 2005 13:52:55 +0000 (13:52 +0000)
replaced by
#endif

libopenjpeg/j2k.c

index cce350d08a8032c8259afc2224f8f92e9146a8c0..f45d6f4257cd20fee1e5d85a79a96c2937496456 100644 (file)
@@ -92,7 +92,7 @@ void j2k_clean()
   int tileno = 0;
 #ifndef NO_PACKETS_DECODING
   tcd_free_encode(j2k_img, j2k_cp, j2k_curtileno);
-#endif;
+#endif
   
   if (info_IM.index_on) {
     for (tileno = 0; tileno < j2k_cp->tw * j2k_cp->th; tileno++) {