X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmmpeg2%2Fsrc%2Fmpeg2dec%2Fgethdr.c;h=c128f010d79f756c05183595f380ef4c24f417d2;hb=HEAD;hp=30ffa5a2fcd1cb5fbd0a87994987c780d2e685bb;hpb=3c6a904a83c26b203d7f2d2fb35f4edc30ef140c;p=gdcm.git diff --git a/src/gdcmmpeg2/src/mpeg2dec/gethdr.c b/src/gdcmmpeg2/src/mpeg2dec/gethdr.c index 30ffa5a2..c128f010 100644 --- a/src/gdcmmpeg2/src/mpeg2dec/gethdr.c +++ b/src/gdcmmpeg2/src/mpeg2dec/gethdr.c @@ -984,7 +984,7 @@ static int extra_bit_information() /* Purpose: this function is mainly designed to aid in bitstream conformance testing. A simple Flush_Buffer(1) would do */ void marker_bit(text) -char *text; +const char *text; { int marker; (void)text;