diff options
Diffstat (limited to 'src/common/dbus/example.c')
-rw-r--r-- | src/common/dbus/example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/dbus/example.c b/src/common/dbus/example.c index c3ad4ff3..0228b884 100644 --- a/src/common/dbus/example.c +++ b/src/common/dbus/example.c @@ -33,7 +33,7 @@ guint command_id; guint server_id; static void -write_error (char *message, +write_error (const char *message, GError **error) { if (error == NULL || *error == NULL) { |