bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/5] console-client: minor stylistic fix


From: Justus Winter
Subject: [PATCH 4/5] console-client: minor stylistic fix
Date: Thu, 10 Oct 2013 18:08:21 +0200

* console-client/console.c (main): Minor stylistic fix.
---
 console-client/console.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/console-client/console.c b/console-client/console.c
index 4046cf3..a105f5e 100644
--- a/console-client/console.c
+++ b/console-client/console.c
@@ -739,7 +739,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 ();
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]