From bbdc66ff2f829b8a86edbd355388f23ab927983a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 16 Jun 2001 20:46:10 +0000 Subject: Spell "#ifdef" as "#ifdef", not "#endif". --- Modules/termios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/termios.c b/Modules/termios.c index 2c70a3b..bfd8e78 100644 --- a/Modules/termios.c +++ b/Modules/termios.c @@ -516,7 +516,7 @@ static struct constant { #ifdef ECHOKE {"ECHOKE", ECHOKE}, #endif -#endif FLUSHO +#ifndef FLUSHO {"FLUSHO", FLUSHO}, #endif {"NOFLSH", NOFLSH}, -- cgit v0.12