Minor code cleanup

darcs-hash:20061004214204-ac50b-e1529fcedb1665f9871a95eba293a4a3c1150464.gz
This commit is contained in:
axel
2006-10-05 07:42:04 +10:00
parent 91c745e4b5
commit 0ea668b260
7 changed files with 76 additions and 62 deletions

View File

@@ -1390,7 +1390,7 @@ static int interrupt_handler()
/*
Tell the reader an event occured
*/
if( reader_interupted() )
if( reader_interrupted() )
{
/*
Return 3, i.e. the character read by a Control-C.
@@ -1654,7 +1654,7 @@ wint_t input_readch()
/*
Clear the interrupted flag
*/
reader_interupted();
reader_interrupted();
/*
Search for sequence in various mapping tables