spelling error
[unix-history] / usr / src / usr.bin / window / wwend.c
CommitLineData
d06fcb1c 1#ifndef lint
35cbbdd0 2static char *sccsid = "@(#)wwend.c 2.1 83/07/30";
d06fcb1c
EW
3#endif
4
5#include "ww.h"
6
7wwend()
8{
4711df8b
EW
9 Wcleanup();
10 wwsettty(0, &wwoldtty);
d06fcb1c 11}