diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-07-25 03:16:16 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-07-25 03:16:16 +0200 |
| commit | ffd9db970068bd6ee502e46f7f69e46d6fc7c21a (patch) | |
| tree | 6571882e68c33dbc34fcf99cf38446038fb86006 /src | |
| parent | b190a91ab5a147cfdf10dde57354bec90a1f9258 (diff) | |
Remove some warnings when building
Update #442
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/jp2/opj_decompress.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/jp2/opj_decompress.c b/src/bin/jp2/opj_decompress.c index 2dfb3400..78f56a6a 100644 --- a/src/bin/jp2/opj_decompress.c +++ b/src/bin/jp2/opj_decompress.c @@ -210,13 +210,13 @@ static void decode_help_display(void) { " By default all tiles are decoded.\n"); fprintf(stdout," -p <comp 0 precision>[C|S][,<comp 1 precision>[C|S][,...]]\n" " OPTIONAL\n" - " Force the precision (bit depth) of components.\n" - " There shall be at least 1 value. Theres no limit on the number of values (comma separated, last values ignored if too much values).\n" + " Force the precision (bit depth) of components.\n"); + fprintf(stdout," There shall be at least 1 value. Theres no limit on the number of values (comma separated, last values ignored if too much values).\n" " If there are less values than components, the last value is used for remaining components.\n" " If 'C' is specified (default), values are clipped.\n" " If 'S' is specified, values are scaled.\n" - " A 0 value can be specified (meaning original bit depth).\n" - " -force-rgb\n" + " A 0 value can be specified (meaning original bit depth).\n"); + fprintf(stdout," -force-rgb\n" " Force output image colorspace to RGB\n" " -upsample\n" " Downsampled components will be upsampled to image size\n" |
