mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 17:10:05 +01:00
configFiles(): don't return anything when declared as void.
This commit is contained in:
parent
bec4e47d12
commit
4c601b904e
1 changed files with 1 additions and 1 deletions
|
|
@ -752,7 +752,7 @@ configFiles(XF86ConfFilesPtr fileconf)
|
|||
}
|
||||
#endif
|
||||
|
||||
return TRUE;
|
||||
return;
|
||||
}
|
||||
|
||||
typedef enum {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue