ソースを参照

make struct _softlabelkeys *slks static

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

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

@@ -50,7 +50,7 @@ struct _softlabelkeys {
50 50
 	short saved_pair;
51 51
 };
52 52
 
53
-struct _softlabelkeys *slks;
53
+static struct _softlabelkeys *slks;
54 54
 
55 55
 /*
56 56
   I either need to break the primitives here, or write a collection of

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