From fa6cce02d57d4720af01da3cee545eb611dd890c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 17 Jan 2007 23:53:20 +0000 Subject: Typo --- common/dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/dbus.c') 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; -- cgit