diff options
author | Holger Lubitz | 2007-07-27 21:47:28 +0200 |
---|---|---|
committer | Holger Lubitz | 2007-07-27 21:47:28 +0200 |
commit | 3cb133d27daf11e77fe48d44e1ce639711f903de (patch) | |
tree | dc4b26391e4376d0e7090639765a2a7f51bc25e4 /src/hci/mucurses | |
parent | remove has_key by #if 0'ing out (diff) | |
download | ipxe-3cb133d27daf11e77fe48d44e1ce639711f903de.tar.gz ipxe-3cb133d27daf11e77fe48d44e1ce639711f903de.tar.xz ipxe-3cb133d27daf11e77fe48d44e1ce639711f903de.zip |
make bool m_echo static
Diffstat (limited to 'src/hci/mucurses')
-rw-r--r-- | src/hci/mucurses/kb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci/mucurses/kb.c b/src/hci/mucurses/kb.c index a68cf26a..8f46bf67 100644 --- a/src/hci/mucurses/kb.c +++ b/src/hci/mucurses/kb.c @@ -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 |