tiff2rgba.c: fix -Wold-style-declaration warning

This commit is contained in:
Even Rouault 2020-10-03 18:16:27 +02:00
parent 9febb7599a
commit ca70b5e702
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D

View File

@ -538,7 +538,7 @@ tiffcvt(TIFF* in, TIFF* 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",
"where comp is one of the following compression algorithms:",
" jpeg\t\tJPEG encoding",