]> Creatis software - gdcm.git/commitdiff
to avoid gcc warnings
authorjpr <jpr>
Tue, 24 May 2005 07:20:17 +0000 (07:20 +0000)
committerjpr <jpr>
Tue, 24 May 2005 07:20:17 +0000 (07:20 +0000)
src/gdcmmpeg2/src/mpeg2enc/readpic.c

index 3ce6d65c00db495b7ec1a5fa2781f236dd85665b..c65e7e75c16fcb76808ed0982055f0dd90a0b378 100644 (file)
@@ -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;