bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH 3/5] console-client: replace function epilogue with console_e


From: Neal H. Walfield
Subject: Re: [PATCH 3/5] console-client: replace function epilogue with console_exit
Date: Thu, 10 Oct 2013 19:24:32 +0200
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

At Thu, 10 Oct 2013 18:08:20 +0200,
Justus Winter wrote:
> 
> * console-client/console.c (main): Replace epilogue with console_exit.
> ---
>  console-client/console.c |    3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/console-client/console.c b/console-client/console.c
> index a9f8368..4046cf3 100644
> --- a/console-client/console.c
> +++ b/console-client/console.c
> @@ -745,6 +745,5 @@ main (int argc, char *argv[])
>    cons_server_loop ();
>  
>    /* Never reached.  */
> -  driver_fini ();
> -  return 0;
> +  console_exit ();

Do you need to remove the comment too?




reply via email to

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