mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-08 08:20:14 +01:00
config: ANSI cleanups
This commit is contained in:
parent
e64473b14e
commit
ef9902652b
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#include "config-backends.h"
|
||||
|
||||
void
|
||||
config_init()
|
||||
config_init(void)
|
||||
{
|
||||
#if defined(CONFIG_DBUS_API) || defined(CONFIG_HAL)
|
||||
if (config_dbus_core_init()) {
|
||||
|
|
@ -52,7 +52,7 @@ config_init()
|
|||
}
|
||||
|
||||
void
|
||||
config_fini()
|
||||
config_fini(void)
|
||||
{
|
||||
#if defined(CONFIG_DBUS_API) || defined(CONFIG_HAL)
|
||||
# ifdef CONFIG_HAL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue