ソースを参照

make _wgetc static

tags/v0.9.3
Holger Lubitz 17年前
コミット
0e0843a872
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      src/hci/mucurses/kb.c

+ 1
- 0
src/hci/mucurses/kb.c ファイルの表示

@@ -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
 

読み込み中…
キャンセル
保存