From 767eca945339ae90e0cda08315be0799194db146 Mon Sep 17 00:00:00 2001 From: richterr Date: Sun, 14 Jun 2020 11:04:45 +0200 Subject: [PATCH] fixed wthite space --- src/frontend/console/io/std_console_io.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/console/io/std_console_io.cpp b/src/frontend/console/io/std_console_io.cpp index c437e2b..3e6698b 100644 --- a/src/frontend/console/io/std_console_io.cpp +++ b/src/frontend/console/io/std_console_io.cpp @@ -101,6 +101,7 @@ namespace hyenae::frontend::console::io { // Prevent overhang input such as when // return is pressed. + getchar(); } #endif