From 343a78b225c3f3ff079869e5bec5464de3ecddde Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Wed, 21 Jan 2015 14:02:34 +0000 Subject: [PATCH] dtudcfonted: Resolve CID 86391 --- cde/programs/dtudcfonted/dtgpftobdf/gpftobdf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cde/programs/dtudcfonted/dtgpftobdf/gpftobdf.c b/cde/programs/dtudcfonted/dtgpftobdf/gpftobdf.c index 81228d68..ad2d74ea 100644 --- a/cde/programs/dtudcfonted/dtgpftobdf/gpftobdf.c +++ b/cde/programs/dtudcfonted/dtgpftobdf/gpftobdf.c @@ -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; -- 2.25.1