summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/openjpeg.c
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-10-24 11:17:48 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-10-24 11:17:48 +0000
commit0d841b5e0534004405285ee49e498db3f1fb4efc (patch)
tree22b6bb70b287179dc73506aaa1c4cfcb78cc40fd /src/lib/openjp2/openjpeg.c
parent216791c3fb2858bc32159d70e917b4abae47e000 (diff)
[trunk] add documentation to the message handler functions
Diffstat (limited to 'src/lib/openjp2/openjpeg.c')
-rw-r--r--src/lib/openjp2/openjpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/openjpeg.c b/src/lib/openjp2/openjpeg.c
index 8952a25b..211f0eee 100644
--- a/src/lib/openjp2/openjpeg.c
+++ b/src/lib/openjp2/openjpeg.c
@@ -150,7 +150,7 @@ typedef struct opj_codec_private
opj_codec_private_t;
/* ---------------------------------------------------------------------- */
-/* Functions to set info_handler */
+/* Functions to set the message handlers */
opj_bool OPJ_CALLCONV opj_set_info_handler( opj_codec_t * p_codec,
opj_msg_callback p_callback,