delete double semi-colon at end of line which generate crash on win platform
This commit is contained in:
parent
eea61ee5e4
commit
14799e25c6
3
CHANGES
3
CHANGES
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue