Parcourir la source

make bool m_echo static

tags/v0.9.3
Holger Lubitz il y a 19 ans
Parent
révision
3cb133d27d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/hci/mucurses/kb.c

+ 1
- 1
src/hci/mucurses/kb.c Voir le fichier

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

Chargement…
Annuler
Enregistrer