From: Matthias Clasen Date: Wed, 18 Aug 2010 20:27:58 +0000 (-0400) Subject: dbus: small typo in introspection data X-Git-Tag: v8~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5948ee7ceff829965a72c5a636aae1e9c2bcc065;p=thirdparty%2Fsystemd.git 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 --- diff --git a/src/dbus-manager.c b/src/dbus-manager.c index 81ced644773..1fca8b554c8 100644 --- a/src/dbus-manager.c +++ b/src/dbus-manager.c @@ -96,7 +96,7 @@ " \n" \ " \n" \ " \n" \ - " \n" \ + " \n" \ " \n" \ " \n" \ " \n" \