summaryrefslogtreecommitdiff
path: root/codec/image_to_j2k.c
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-01-31 15:19:54 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-01-31 15:19:54 +0000
commit3f5e8eb92b5c011fe679308b65a049dba4f0eb89 (patch)
treeee88995b43b3d2c38ffceeee46c83bfc37edeffb /codec/image_to_j2k.c
parent16879e20ec52ff021640eeff82683a715c56f80e (diff)
Extra tokens at the end of #endif directive corrected in openjpeg.c, j2k.c and image_to_j2k.c -> no more warnings in linux compilation
Diffstat (limited to 'codec/image_to_j2k.c')
-rw-r--r--codec/image_to_j2k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec/image_to_j2k.c b/codec/image_to_j2k.c
index 4ecf0df1..98745ee6 100644
--- a/codec/image_to_j2k.c
+++ b/codec/image_to_j2k.c
@@ -978,7 +978,7 @@ int parse_cmdline_encoder(int argc, char **argv, opj_cparameters_t *parameters)
}
break;
-#endif USE_JPWL
+#endif /* USE_JPWL */
/* <<UniPG */
/* ------------------------------------------------------ */