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

dtudecfonted: Resolve CID 86417

This commit is contained in:
Peter Howkins 2015-01-21 14:04:04 +00:00
parent 343a78b225
commit 9e849c3f25

View file

@ -121,7 +121,7 @@ static Bool getAccel() ;
static Bool getProperties() ;
static void putPtn() ;
static void ByteSwap() ;
static int invertBits() ;
static void invertBits() ;
static int getINT16() ;
static int getINT32() ;
@ -1288,7 +1288,7 @@ register int nbytes;
*buf = rev[*buf];
}
static
static void
invertBits( src, format, width, height, dest)
char *src;
CARD32 format;