diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-17 23:53:20 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-17 23:53:20 +0000 |
commit | fa6cce02d57d4720af01da3cee545eb611dd890c (patch) | |
tree | 4195258ed1a6e8256f06eb59af5446f4b29b298e /common | |
parent | a4c11055a71ed680d4071152d8bb9852dffb733b (diff) |
Typo
Diffstat (limited to 'common')
-rw-r--r-- | common/dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dbus.c b/common/dbus.c index 7792360e..e11b94e4 100644 --- a/common/dbus.c +++ b/common/dbus.c @@ -48,7 +48,7 @@ static int name_listener_initialized = 0; static GSList *name_listeners = NULL; -#ifdef HAVE_DBUS_GLIB +#ifndef HAVE_DBUS_GLIB typedef struct { uint32_t id; DBusTimeout *timeout; |