Fix badly named variable in function prototype (raised by cppcheck)

This commit is contained in:
Even Rouault 2017-09-19 18:35:07 +02:00
parent 82ab7effe3
commit c84e594cff
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ static OPJ_BOOL opj_jp2_read_ftyp(opj_jp2_t *jp2,
opj_event_mgr_t * p_manager);
static OPJ_BOOL opj_jp2_skip_jp2c(opj_jp2_t *jp2,
opj_stream_private_t *cio,
opj_stream_private_t *stream,
opj_event_mgr_t * p_manager);
/**