diff options
| author | Antonin Descampe <antonin@gmail.com> | 2004-04-30 09:20:22 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2004-04-30 09:20:22 +0000 |
| commit | 32e7b1529bea8f4464a7f511ac86e7b30b0aa0c5 (patch) | |
| tree | 4c5f585c82c0375291fd9ff41aed73d812cd2eb1 /codec/image_to_j2k.c | |
| parent | eb2f910daad141acd3258a86cc0d1f6ffe1a131d (diff) | |
Various corrections to avoid "signed/unsigned mismatch" warnings during compilation
Diffstat (limited to 'codec/image_to_j2k.c')
| -rw-r--r-- | codec/image_to_j2k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codec/image_to_j2k.c b/codec/image_to_j2k.c index 2f5cd137..5fcfcc57 100644 --- a/codec/image_to_j2k.c +++ b/codec/image_to_j2k.c @@ -124,7 +124,7 @@ void help_display() ("-x : Create an index file *.Idx (-x index_name.Idx) optional\n"); printf("\n"); printf - ("-ROI:c=%%d,U=%%d : quantization indices upshifted for component c=%%d [\%%d = 0,1,2]\n"); + ("-ROI:c=%%d,U=%%d : quantization indices upshifted for component c=%%d [%%d = 0,1,2]\n"); printf (" with a value of U=%%d [0 <= %%d <= 37] (i.e. -ROI:c=0,U=25) optional\n"); printf("\n"); |
