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:
parent
0499585ffe
commit
72a68f9d6d
@ -117,7 +117,7 @@
|
|||||||
block is left:</para>
|
block is left:</para>
|
||||||
|
|
||||||
<programlisting>{
|
<programlisting>{
|
||||||
__attribute__((cleanup(sd_bus_unrefp)) sd_bus *bus = NULL;
|
__attribute__((cleanup(sd_bus_unrefp))) sd_bus *bus = NULL;
|
||||||
int r;
|
int r;
|
||||||
…
|
…
|
||||||
r = sd_bus_default(&bus);
|
r = sd_bus_default(&bus);
|
||||||
|
Loading…
Reference in New Issue
Block a user