mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
gdbusmethodinvocation: Drop redundant quote from warning message
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
@@ -413,7 +413,7 @@ g_dbus_method_invocation_return_value_internal (GDBusMethodInvocation *invocatio
|
||||
{
|
||||
gchar *type_string = g_variant_type_dup_string (type);
|
||||
|
||||
g_warning ("Type of return value is incorrect: expected '%s', got '%s''",
|
||||
g_warning ("Type of return value is incorrect: expected '%s', got '%s'",
|
||||
type_string, g_variant_get_type_string (parameters));
|
||||
g_variant_type_free (type);
|
||||
g_free (type_string);
|
||||
|
Reference in New Issue
Block a user