dtudcfonted: Resolve CID 86391
This commit is contained in:
parent
0669358b82
commit
343a78b225
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue