aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbusbind.c')
-rw-r--r--src/dbusbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c
index 077e8fdc06d..e7c3251c14b 100644
--- a/src/dbusbind.c
+++ b/src/dbusbind.c
@@ -941,7 +941,7 @@ xd_get_connection_references (DBusConnection *connection)
941} 941}
942 942
943/* Convert a Lisp D-Bus object to a pointer. */ 943/* Convert a Lisp D-Bus object to a pointer. */
944static DBusConnection* 944static DBusConnection *
945xd_lisp_dbus_to_dbus (Lisp_Object bus) 945xd_lisp_dbus_to_dbus (Lisp_Object bus)
946{ 946{
947 return (DBusConnection *) XSAVE_POINTER (bus, 0); 947 return (DBusConnection *) XSAVE_POINTER (bus, 0);