libConsole/cross_getch.c
changeset 134 8325a0fc22cd
parent 93 66b3596f71b6
--- a/libConsole/cross_getch.c
+++ b/libConsole/cross_getch.c
@@ -10,7 +10,7 @@
 #ifdef WIN32
 #include <conio.h>
 
-int cross_getch ()
+static int cross_getch ()
 {
     int ch = -1;