From 99c4f621bd32ddfec25cb126d4d462642e9d43a6 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 6 Jan 2016 08:55:29 +0100 Subject: Fix duplicate article in comments Signed-off-by: Stefan Weil --- src/lib/openmj2/mj2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/openmj2') diff --git a/src/lib/openmj2/mj2.h b/src/lib/openmj2/mj2.h index 611e6350..8761111f 100644 --- a/src/lib/openmj2/mj2.h +++ b/src/lib/openmj2/mj2.h @@ -378,7 +378,7 @@ Read the structure of an MJ2 file */ OPJ_API int OPJ_CALLCONV mj2_read_struct(FILE *file, opj_mj2_t *mj2); /** -Write the the MOOV box to an output buffer stream +Write the MOOV box to an output buffer stream @param movie MJ2 movie structure @param cio Output buffer stream */ -- cgit v1.2.3