浏览代码

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

正在加载...
取消
保存