dtudcfonted: Resolve CID 86391
authorPeter Howkins <flibble@users.sf.net>
Wed, 21 Jan 2015 14:02:34 +0000 (14:02 +0000)
committerPeter Howkins <flibble@users.sf.net>
Wed, 21 Jan 2015 14:02:34 +0000 (14:02 +0000)
cde/programs/dtudcfonted/dtgpftobdf/gpftobdf.c

index 81228d6887f91260c632a6bbe467958add7d0936..ad2d74eaba4c65860f286ce588b03261f6d8c462 100644 (file)
@@ -119,7 +119,7 @@ static      Bool    seekToType() ;
 static void    getMetric() ;
 static Bool    getAccel() ;
 static Bool    getProperties() ;
-static int     putPtn() ;
+static void    putPtn() ;
 static void    ByteSwap() ;
 static int     invertBits() ;
 
@@ -1197,7 +1197,7 @@ unsigned int      glyphPad;
 }
 
 
-static 
+static void
 putPtn( bits, width, height)
 unsigned char   *bits;          /* 1 byte boundary , no byte swap data */
 int     width, height;