From: millert Date: Thu, 2 Mar 2000 21:55:41 +0000 (+0000) Subject: add missing return value X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=483799cf8e6b70147027120a8e23582d905397cf;p=openbsd add missing return value --- diff --git a/usr.bin/mg/ttyio.c b/usr.bin/mg/ttyio.c index 31bc386959b..40136b48ab8 100644 --- a/usr.bin/mg/ttyio.c +++ b/usr.bin/mg/ttyio.c @@ -42,7 +42,7 @@ void panic __P((char *)); int ttwait __P((void)); /* - * This function gets called once, to set up the terminal + * This function gets called once, to set up the terminal. * On systems w/o TCSASOFT we turn off off flow control, * which isn't really the right thing to do. */ @@ -91,6 +91,7 @@ ttraw() ewprintf("ttopen can't tcsetattr"); return(FALSE); } + return(TRUE); } /*