diff options
-rw-r--r-- | usr.bin/talk/display.c | 2 | ||||
-rw-r--r-- | usr.bin/talk/get_iface.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/talk/display.c b/usr.bin/talk/display.c index 9b83d52..24851e4 100644 --- a/usr.bin/talk/display.c +++ b/usr.bin/talk/display.c @@ -96,7 +96,7 @@ display(win, text, size) text++; continue; } - + /* erase character */ if ( *text == win->cerase || *text == 010 /* BS */ diff --git a/usr.bin/talk/get_iface.c b/usr.bin/talk/get_iface.c index 1191e50..b7f8b13 100644 --- a/usr.bin/talk/get_iface.c +++ b/usr.bin/talk/get_iface.c @@ -12,7 +12,7 @@ * no representations about the suitability of this software for any * purpose. It is provided "as is" without express or implied * warranty. - * + * * THIS SOFTWARE IS PROVIDED BY M.I.T. ``AS IS''. M.I.T. DISCLAIMS * ALL EXPRESS OR IMPLIED WARRANTIES WITH REGARD TO THIS SOFTWARE, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |