1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dtudcfonted: Resolve CID 86391

This commit is contained in:
Peter Howkins 2015-01-21 14:02:34 +00:00
parent 0669358b82
commit 343a78b225

View file

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