=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/run.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/awk/run.c 2003/07/02 21:04:09 1.22 +++ src/usr.bin/awk/run.c 2003/08/06 21:08:07 1.23 @@ -1,4 +1,4 @@ -/* $OpenBSD: run.c,v 1.22 2003/07/02 21:04:09 deraadt Exp $ */ +/* $OpenBSD: run.c,v 1.23 2003/08/06 21:08:07 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved @@ -1786,7 +1786,7 @@ if (pb > buf + bufsz) FATAL("sub result2 %.30s too big; can't happen", buf); setsval(x, buf); /* BUG: should be able to avoid copy */ - result = True;; + result = True; } tempfree(x); tempfree(y);