diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /usr.bin/window/cmd.c | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'usr.bin/window/cmd.c')
| -rw-r--r-- | usr.bin/window/cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/window/cmd.c b/usr.bin/window/cmd.c index 63630e6c1322..efbfbc97bbac 100644 --- a/usr.bin/window/cmd.c +++ b/usr.bin/window/cmd.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)cmd.c 3.40 (Berkeley) 6/6/90"; docmd() { - register char c; + register c; register struct ww *w; char out = 0; |
