doc: Fix missing parenthesis

This commit is contained in:
Alcaro 2019-11-07 14:19:18 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 0499585ffe
commit 72a68f9d6d
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
block is left:</para>
<programlisting>{
__attribute__((cleanup(sd_bus_unrefp)) sd_bus *bus = NULL;
__attribute__((cleanup(sd_bus_unrefp))) sd_bus *bus = NULL;
int r;
r = sd_bus_default(&amp;bus);