tiff2rgba.c: fix -Wold-style-declaration warning
This commit is contained in:
parent
9febb7599a
commit
ca70b5e702
@ -538,7 +538,7 @@ tiffcvt(TIFF* in, TIFF* out)
|
|||||||
return( cvt_whole_image( in, out ) );
|
return( cvt_whole_image( in, out ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
const static char* stuff[] = {
|
static const char* stuff[] = {
|
||||||
"usage: tiff2rgba [-c comp] [-r rows] [-b] [-n] [-8] input... output",
|
"usage: tiff2rgba [-c comp] [-r rows] [-b] [-n] [-8] input... output",
|
||||||
"where comp is one of the following compression algorithms:",
|
"where comp is one of the following compression algorithms:",
|
||||||
" jpeg\t\tJPEG encoding",
|
" jpeg\t\tJPEG encoding",
|
||||||
|
Loading…
Reference in New Issue
Block a user