mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 13:30:09 +01:00
Ansify declaration of FontToXError()
(cherry picked from commit e85d5d707d)
This commit is contained in:
parent
443d218c84
commit
403745e52d
1 changed files with 1 additions and 2 deletions
|
|
@ -97,8 +97,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