From 5e490fb1fed6272448dd19bd9fc63a60f3abbff4 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 7 Jul 2012 21:24:39 +0100 Subject: [PATCH] Formatting comment --- input_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input_win.c b/input_win.c index a1545755..d8e61f12 100644 --- a/input_win.c +++ b/input_win.c @@ -99,7 +99,7 @@ void inp_get_char(int *ch, char *input, int *size) int i; -// echo off, and get some more input + // echo off, and get some more input noecho(); *ch = wgetch(inp_win);