From dd87ce6f4b201a9e6d258f6b101abb2f47bcb40f Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 27 Jun 2017 17:38:49 +0200 Subject: terminal: remove unused return value --- osdep/terminal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep/terminal.h') diff --git a/osdep/terminal.h b/osdep/terminal.h index b584508895..ccf6a02c7c 100644 --- a/osdep/terminal.h +++ b/osdep/terminal.h @@ -26,7 +26,7 @@ struct input_ctx; /* Global initialization for terminal output. */ -int terminal_init(void); +void terminal_init(void); /* Setup ictx to read keys from the terminal */ void terminal_setup_getch(struct input_ctx *ictx); -- cgit v1.2.3