From 3633c52bcb9d3b7a7e2323a1ef151214fde17fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 30 Mar 2013 23:34:18 +0100 Subject: [PATCH] ctk-curses: whitespace fixes --- platform/native/ctk/ctk-curses.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/platform/native/ctk/ctk-curses.c b/platform/native/ctk/ctk-curses.c index dce0e2a54..0efb50745 100644 --- a/platform/native/ctk/ctk-curses.c +++ b/platform/native/ctk/ctk-curses.c @@ -146,7 +146,6 @@ console_init(void) /* make sure we return the terminal in a clean state */ signal(SIGINT, ctrlhandler); atexit(console_exit); - } /*-----------------------------------------------------------------------------------*/ void @@ -163,7 +162,6 @@ console_exit(void) clrscr(); gotoxy(0, 0); - endwin(); } /*-----------------------------------------------------------------------------------*/