Explorar el Código

make _wgetc static

tags/v0.9.3
Holger Lubitz hace 17 años
padre
commit
0e0843a872
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/hci/mucurses/kb.c

+ 1
- 0
src/hci/mucurses/kb.c Ver fichero

@@ -30,6 +30,7 @@ int has_key ( int kc __unused ) {
30 30
 	return TRUE;
31 31
 }
32 32
 
33
+static
33 34
 int _wgetc ( WINDOW *win ) {
34 35
 	int timer, c;
35 36
 

Loading…
Cancelar
Guardar