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: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5948ee7ceff829965a72c5a636aae1e9c2bcc065;ds=sidebyside 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 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" \