From: Alcaro Date: Thu, 7 Nov 2019 13:19:18 +0000 (+0100) Subject: doc: Fix missing parenthesis X-Git-Tag: v244-rc1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72a68f9d6d4e1caa8ec21f5b223ce2211f010f4b;p=thirdparty%2Fsystemd.git doc: Fix missing parenthesis --- diff --git a/man/sd_bus_new.xml b/man/sd_bus_new.xml index 8506ee87e42..7771a78d8b8 100644 --- a/man/sd_bus_new.xml +++ b/man/sd_bus_new.xml @@ -117,7 +117,7 @@ block is left: { - __attribute__((cleanup(sd_bus_unrefp)) sd_bus *bus = NULL; + __attribute__((cleanup(sd_bus_unrefp))) sd_bus *bus = NULL; int r; … r = sd_bus_default(&bus);