소스 검색

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…
취소
저장