diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-09-19 18:35:07 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-09-19 18:35:07 +0200 |
| commit | c84e594cffb181b96f522becf1ba0302e2cc6da7 (patch) | |
| tree | ab65c8231bdcca15472fc646efa9a026a008d7af /src/lib | |
| parent | 82ab7effe3e65b989ee8e97719ceca71908b16ed (diff) | |
Fix badly named variable in function prototype (raised by cppcheck)
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/openjp2/jp2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/jp2.c b/src/lib/openjp2/jp2.c index 84d39327..75fd37c5 100644 --- a/src/lib/openjp2/jp2.c +++ b/src/lib/openjp2/jp2.c @@ -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); /** |
