From 43a0fcf2e8cc6a1229c3b5b9f6f8c0818776facb Mon Sep 17 00:00:00 2001 From: jpr Date: Tue, 24 May 2005 07:20:17 +0000 Subject: [PATCH] to avoid gcc warnings --- src/gdcmmpeg2/src/mpeg2enc/readpic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gdcmmpeg2/src/mpeg2enc/readpic.c b/src/gdcmmpeg2/src/mpeg2enc/readpic.c index 3ce6d65c..c65e7e75 100644 --- a/src/gdcmmpeg2/src/mpeg2enc/readpic.c +++ b/src/gdcmmpeg2/src/mpeg2enc/readpic.c @@ -41,7 +41,7 @@ static void border_extend _ANSI_ARGS_((unsigned char *frame, int w1, int h1, static void conv444to422 _ANSI_ARGS_((unsigned char *src, unsigned char *dst)); static void conv422to420 _ANSI_ARGS_((unsigned char *src, unsigned char *dst)); -int pbm_getint(FILE *file); //forward declaration +int pbm_getint(FILE *file); /*forward declaration */ void readframe(fname,frame) char *fname; -- 2.48.1