From 5948ee7ceff829965a72c5a636aae1e9c2bcc065 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 18 Aug 2010 16:27:58 -0400 Subject: [PATCH] dbus: small typo in introspection data Hey, here is a patch to fix a small typo in the systemd dbus introspection data. I found this while trying to explore the systemd dbus API via bash completion with gdbus. You should try this, it is really fun, and, evidently, helps to find some bugs... Matthias --- src/dbus-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbus-manager.c b/src/dbus-manager.c index 81ced6447..1fca8b554 100644 --- a/src/dbus-manager.c +++ b/src/dbus-manager.c @@ -96,7 +96,7 @@ " \n" \ " \n" \ " \n" \ - " \n" \ + " \n" \ " \n" \ " \n" \ " \n" \ -- 2.30.2