diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-10-10 18:08:21 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-10-13 17:57:36 +0200 |
commit | 5296cbf51c564fdbf2beb299beda43bdd52a8229 (patch) | |
tree | b70f517d1606fd452dc76c7fd8457dee0528094a /console-client | |
parent | 810d47c823ccac01888f3e64e1dcdd247ef92986 (diff) |
console-client: minor stylistic fix
* console-client/console.c (main): Minor stylistic fix.
Diffstat (limited to 'console-client')
-rw-r--r-- | console-client/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-client/console.c b/console-client/console.c index a4fb8e97..ed4ca8d2 100644 --- a/console-client/console.c +++ b/console-client/console.c @@ -740,7 +740,7 @@ main (int argc, char *argv[]) #if HAVE_DAEMON if (daemonize) /* Signal parent that all went well. */ - daemon_retval_send(0); + daemon_retval_send (0); #endif cons_server_loop (); |