make bool m_echo static

pull/1/head
Holger Lubitz 2007-07-27 21:47:28 +02:00
parent ac1e0aa63e
commit 3cb133d27d
1 changed files with 1 additions and 1 deletions

View File

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