Remove some simple warnings about comments
[openjpeg.git] / applications / codec / index.c
index 873b3403eb955df550a13acb3d93b744fa2f459b..95cddb9167c69f72c103339ccdb98f5e28412935 100644 (file)
@@ -260,7 +260,7 @@ int write_index_file(opj_codestream_info_t *cstr_info, char *index) {
                        int x1 = x0 + cstr_info->tile_x;\r
                        int y1 = y0 + cstr_info->tile_y;\r
 \r
-                       // Count the maximum number of precincts \r
+                       /* Count the maximum number of precincts */\r
                        int max_numprec = 0;\r
                        for (resno = 0; resno < max_numdecompos + 1; resno++) {\r
                                int numprec = cstr_info->tile[tileno].pw[resno] * cstr_info->tile[tileno].ph[resno];\r
@@ -311,7 +311,7 @@ int write_index_file(opj_codestream_info_t *cstr_info, char *index) {
                } /* PCRL */\r
 \r
                else {  /* CPRL */\r
-                       // Count the maximum number of precincts \r
+                       /* Count the maximum number of precincts */\r
                        int max_numprec = 0;\r
                        for (resno = 0; resno < max_numdecompos + 1; resno++) {\r
                                int numprec = cstr_info->tile[tileno].pw[resno] * cstr_info->tile[tileno].ph[resno];\r