Selaa lähdekoodia

make _wgetc static

tags/v0.9.3
Holger Lubitz 17 vuotta sitten
vanhempi
commit
0e0843a872
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      src/hci/mucurses/kb.c

+ 1
- 0
src/hci/mucurses/kb.c Näytä tiedosto

@@ -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…
Peruuta
Tallenna