瀏覽代碼

make bool m_echo static

tags/v0.9.3
Holger Lubitz 17 年之前
父節點
當前提交
3cb133d27d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/hci/mucurses/kb.c

+ 1
- 1
src/hci/mucurses/kb.c 查看文件

@@ -16,7 +16,7 @@ int m_delay; /*
16 16
 		0   : non-blocking read
17 17
 		> 0 : timed blocking read
18 18
 	     */
19
-bool m_echo;
19
+static bool m_echo;
20 20
 bool m_cbreak;
21 21
 
22 22
 #if 0

Loading…
取消
儲存