mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtudcfonted: Resolve CID 86328
This commit is contained in:
parent
1e904a31d8
commit
0669358b82
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ static void getMetric() ;
|
||||||
static Bool getAccel() ;
|
static Bool getAccel() ;
|
||||||
static Bool getProperties() ;
|
static Bool getProperties() ;
|
||||||
static int putPtn() ;
|
static int putPtn() ;
|
||||||
static int ByteSwap() ;
|
static void ByteSwap() ;
|
||||||
static int invertBits() ;
|
static int invertBits() ;
|
||||||
|
|
||||||
static int getINT16() ;
|
static int getINT16() ;
|
||||||
|
@ -1216,7 +1216,7 @@ int width, height;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
static void
|
||||||
ByteSwap( p, scan)
|
ByteSwap( p, scan)
|
||||||
char *p;
|
char *p;
|
||||||
int scan;
|
int scan;
|
||||||
|
|
Loading…
Reference in a new issue