mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
make bool m_echo static
This commit is contained in:
parent
ac1e0aa63e
commit
3cb133d27d
@ -16,7 +16,7 @@ int m_delay; /*
|
||||
0 : non-blocking read
|
||||
> 0 : timed blocking read
|
||||
*/
|
||||
bool m_echo;
|
||||
static bool m_echo;
|
||||
bool m_cbreak;
|
||||
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user