diff options
| author | Paul Eggert | 2017-02-18 18:16:37 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-02-18 18:17:03 -0800 |
| commit | b2a83eed23d540b4b0ab9e0bf5605821011bfd7d (patch) | |
| tree | 20545c597c19d213252bcdba7076a807ec633867 /src/dbusbind.c | |
| parent | 7f89c208bf4bb256c67cc59351f4171c7a6b63aa (diff) | |
| download | emacs-b2a83eed23d540b4b0ab9e0bf5605821011bfd7d.tar.gz emacs-b2a83eed23d540b4b0ab9e0bf5605821011bfd7d.zip | |
Use 'char *FOO' instead of 'char* FOO'
Diffstat (limited to 'src/dbusbind.c')
| -rw-r--r-- | src/dbusbind.c | 2 |
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. */ |
| 944 | static DBusConnection* | 944 | static DBusConnection * |
| 945 | xd_lisp_dbus_to_dbus (Lisp_Object bus) | 945 | xd_lisp_dbus_to_dbus (Lisp_Object bus) |
| 946 | { | 946 | { |
| 947 | return (DBusConnection *) XSAVE_POINTER (bus, 0); | 947 | return (DBusConnection *) XSAVE_POINTER (bus, 0); |