mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Ansify declaration of FontToXError()
This commit is contained in:
parent
30a7a06a9e
commit
e85d5d707d
1 changed files with 1 additions and 2 deletions
|
|
@ -98,8 +98,7 @@ static FontPathElementPtr *slept_fpes = (FontPathElementPtr *) 0;
|
|||
static FontPatternCachePtr patternCache;
|
||||
|
||||
static int
|
||||
FontToXError(err)
|
||||
int err;
|
||||
FontToXError(int err)
|
||||
{
|
||||
switch (err) {
|
||||
case Successful:
|
||||
|
|
|
|||
Loading…
Reference in a new issue