dtudcfonted: Resolve CID 86280
authorPeter Howkins <flibble@users.sf.net>
Wed, 21 Jan 2015 13:56:00 +0000 (13:56 +0000)
committerPeter Howkins <flibble@users.sf.net>
Wed, 21 Jan 2015 13:56:00 +0000 (13:56 +0000)
cde/programs/dtudcfonted/dtgpftobdf/gpftobdf.c

index ae32132afc22331e87062e4e63f73dbbccfffd89..cff775d7f5efbeabdb390bc7c2ebff576cdea69b 100644 (file)
@@ -116,7 +116,7 @@ static      void    pfixCHARS();
 static int     getarg();
 
 static Bool    seekToType() ;
-static int     getMetric() ;
+static void    getMetric() ;
 static Bool    getAccel() ;
 static Bool    getProperties() ;
 static int     putPtn() ;
@@ -483,7 +483,7 @@ CARD32      *offsetp;
 }
 
 
-static
+static void
 getMetric( buf, format, metric )
 caddr_t        buf;
 CARD32 format;