summaryrefslogtreecommitdiff
path: root/hardinfo2/xmlrpc-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/xmlrpc-client.c')
-rw-r--r--hardinfo2/xmlrpc-client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hardinfo2/xmlrpc-client.c b/hardinfo2/xmlrpc-client.c
index 81177381..ae8b1078 100644
--- a/hardinfo2/xmlrpc-client.c
+++ b/hardinfo2/xmlrpc-client.c
@@ -179,9 +179,9 @@ static void xmlrpc_response_get_array(SoupSession *s,
}
GValueArray *xmlrpc_get_array(gchar *addr,
- gchar *method,
- const gchar *param_types,
- ...)
+ gchar *method,
+ const gchar *param_types,
+ ...)
{
GValueArray *params, *answer = NULL;
SoupMessage *msg;