1
0
mirror of https://salsa.debian.org/games-team/bsdgames synced 2024-06-08 17:30:46 +00:00

Oops, undo get_line() patch

I'm still learning how to use both dh_quilt and git simultaneously. Sorry.
This commit is contained in:
b9 2020-08-26 22:30:07 -07:00
parent cf5ae3b8da
commit d650706b3c

View File

@ -172,7 +172,7 @@ prwidth(base, indx)
* - doesn't accept words longer than MAXWORDLEN or containing caps
*/
char *
get_line(q)
getline(q)
char *q;
{
int ch, done;