]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
make bool m_echo static
authorHolger Lubitz <hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:47:28 +0000 (21:47 +0200)
committerHolger Lubitz <hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:47:28 +0000 (21:47 +0200)
src/hci/mucurses/kb.c

index a68cf26a7f7094c65740f389b8f678ddb73ed9f6..8f46bf67b9b373e3a648ee51160a9fa1dd6fc992 100644 (file)
@@ -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