1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

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

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);