From 4f2877c502d5065e7d3b5d16e3efaf317146b4e9 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 4 Mar 2025 16:29:23 +0000 Subject: [PATCH] gdebugcontrollerdbus: Fix a minor typo in a code example in the docs Signed-off-by: Philip Withnall --- gio/gdebugcontrollerdbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gdebugcontrollerdbus.c b/gio/gdebugcontrollerdbus.c index b2a899d1e..dbf7c2649 100644 --- a/gio/gdebugcontrollerdbus.c +++ b/gio/gdebugcontrollerdbus.c @@ -90,7 +90,7 @@ * debug_controller = G_DEBUG_CONTROLLER (g_debug_controller_dbus_new (priv->connection, NULL, &child_error)); * if (debug_controller == NULL) * { - * g_error ("Could not register debug controller on bus: %s"), + * g_error ("Could not register debug controller on bus: %s", * child_error->message); * } *