From b7f88b16115575ee723eef82d36e17dd6090f938 Mon Sep 17 00:00:00 2001 From: Edward Wang Date: Fri, 5 Aug 1988 21:15:39 -0800 Subject: [PATCH] are we ANSI yet? SCCS-vsn: usr.bin/window/lcmd.c 3.32 --- usr/src/usr.bin/window/lcmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.bin/window/lcmd.c b/usr/src/usr.bin/window/lcmd.c index 4e54a7d706..4c5791b909 100644 --- a/usr/src/usr.bin/window/lcmd.c +++ b/usr/src/usr.bin/window/lcmd.c @@ -16,7 +16,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lcmd.c 3.31 (Berkeley) %G%"; +static char sccsid[] = "@(#)lcmd.c 3.32 (Berkeley) %G%"; #endif /* not lint */ #include "defs.h" @@ -67,7 +67,7 @@ extern struct lcmd_arg arg_unalias[]; extern struct lcmd_arg arg_unset[]; extern struct lcmd_arg arg_window[]; extern struct lcmd_arg arg_write[]; -struct lcmd_arg arg_null[] = { { 0 } }; +struct lcmd_arg arg_null[1] = { { 0 } }; struct lcmd_tab lcmd_tab[] = { "alias", 1, l_alias, arg_alias, -- 2.20.1