summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/dbus-gparser.c')
-rw-r--r--glib/dbus-gparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/dbus-gparser.c b/glib/dbus-gparser.c
index daf9bc8e..49593839 100644
--- a/glib/dbus-gparser.c
+++ b/glib/dbus-gparser.c
@@ -475,7 +475,7 @@ validate_signature (const char *str,
if (!dbus_signature_validate (str, &derror))
{
- dbus_set_g_error (&derror, error);
+ dbus_set_g_error (error, &derror);
return FALSE;
}
return TRUE;