]> Creatis software - gdcm.git/blobdiff - src/gdcmmpeg2/src/mpeg2dec/gethdr.c
Fix mistypings
[gdcm.git] / src / gdcmmpeg2 / src / mpeg2dec / gethdr.c
index 4b64a0e56d76732ca386e7d043dd8f1965ea3476..c128f010d79f756c05183595f380ef4c24f417d2 100644 (file)
@@ -27,8 +27,6 @@
  *
  */
 
-#include <stdio.h>
-
 #include "config.h"
 #include "global.h"
 
@@ -986,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;