---
Pushed as trivial.
tests/virsystemdmock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/virsystemdmock.c b/tests/virsystemdmock.c
index b3b82b4..0295231 100644
--- a/tests/virsystemdmock.c
+++ b/tests/virsystemdmock.c
@@ -92,7 +92,7 @@ DBusMessage *dbus_connection_send_with_reply_and_block(DBusConnection
*connectio
"s", &sub);
if (!dbus_message_iter_append_basic(&sub,
- DBUS_TYPE_STRING,
+ DBUS_TYPE_STRING,
&svc1))
goto error;
if (!getenv("FAIL_NO_SERVICE") &&
--
1.8.3.2