summaryrefslogtreecommitdiff
path: root/applications
diff options
context:
space:
mode:
Diffstat (limited to 'applications')
-rw-r--r--applications/codec/j2k_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/codec/j2k_dump.c b/applications/codec/j2k_dump.c
index a7292968..eaf1b34b 100644
--- a/applications/codec/j2k_dump.c
+++ b/applications/codec/j2k_dump.c
@@ -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;