are we ANSI yet?
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Sat, 6 Aug 1988 05:15:39 +0000 (21:15 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Sat, 6 Aug 1988 05:15:39 +0000 (21:15 -0800)
SCCS-vsn: usr.bin/window/lcmd.c 3.32

usr/src/usr.bin/window/lcmd.c

index 4e54a7d..4c5791b 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #ifndef lint
  */
 
 #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"
 #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[];
 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,
 
 struct lcmd_tab lcmd_tab[] = {
        "alias",                1,      l_alias,        arg_alias,