Browse Source

make _wgetc static

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
0e0843a872
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/hci/mucurses/kb.c

+ 1
- 0
src/hci/mucurses/kb.c View File

30
 	return TRUE;
30
 	return TRUE;
31
 }
31
 }
32
 
32
 
33
+static
33
 int _wgetc ( WINDOW *win ) {
34
 int _wgetc ( WINDOW *win ) {
34
 	int timer, c;
35
 	int timer, c;
35
 
36
 

Loading…
Cancel
Save