mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 09:40:08 +01: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…
Add table
Reference in a new issue