X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmjpegls%2FDecoder%2Fjpegmark.c;h=650d858511a484a34db75dd195298963381e5f21;hb=9c76b9a60c1e859bfcd43f4089304827c8361be5;hp=c6c092bc7a2a8917ba44ceb7c7563ea9688f21d9;hpb=94015b89675cf4431c7e4953a597b70cfde03bcc;p=gdcm.git diff --git a/src/gdcmjpegls/Decoder/jpegmark.c b/src/gdcmjpegls/Decoder/jpegmark.c index c6c092bc..650d8585 100644 --- a/src/gdcmjpegls/Decoder/jpegmark.c +++ b/src/gdcmjpegls/Decoder/jpegmark.c @@ -64,7 +64,7 @@ #endif void -check_range(int param, char *name, int low, int high) +check_range(int param, const char *name, int low, int high) { if ( param < low || param > high ) { fprintf(stderr,"Allowed range for %s is [%d..%d]: got %d\n",