delete double semi-colon at end of line which generate crash on win platform

This commit is contained in:
Mickael Savinaud 2011-07-26 07:57:53 +00:00
parent eea61ee5e4
commit 14799e25c6
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed
+ : added
July 26, 2011
! [mickael] delete double semi-colon at end of line which generate crash on win platform
July 25, 2011
* [mickael] fixed issue 74 for trunk
! [mickael] modify j2k_dump to support output file, needed for non-regression tests

View File

@ -319,7 +319,7 @@ int main(int argc, char *argv[])
img_fol_t img_fol;
opj_event_mgr_t event_mgr; /* event manager */
opj_image_t *image = NULL;
FILE *fsrc = NULL, *fout = NULL;;
FILE *fsrc = NULL, *fout = NULL;
unsigned char *src = NULL;
int file_length;
int num_images;