This commit is contained in:
pk 1994-07-18 18:42:06 +00:00
parent 8e2c980509
commit fc5405fc33
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)gets.c 8.1 (Berkeley) 6/11/93
* $Id: gets.c,v 1.1 1994/01/26 02:03:47 brezak Exp $
* $Id: gets.c,v 1.2 1994/07/18 18:42:06 pk Exp $
*/
gets(buf)
@ -75,6 +75,7 @@ gets(buf)
break;
default:
*lp++ = c;
putchar(c);
}
/*NOTREACHED*/
}