diff options
Diffstat (limited to '')
-rw-r--r-- | doc/examples/daemon-depedencies/cleanup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/daemon-depedencies/cleanup.c b/doc/examples/daemon-depedencies/cleanup.c index d3803c3..f9ead6d 100644 --- a/doc/examples/daemon-depedencies/cleanup.c +++ b/doc/examples/daemon-depedencies/cleanup.c @@ -6,7 +6,8 @@ -int main() +int +main() { char *bus_address = getenv("BUS_INIT"); if (!bus_address || !*bus_address) { |