diff options
author | 2015-06-17 03:59:12 +0000 | |
---|---|---|
committer | 2015-06-17 03:59:12 +0000 | |
commit | 68096ad4361b1a5a6ce64d08e1c127fceb490a91 (patch) | |
tree | d26e14b39a8efb5baf1b03f0700330daa23298f1 | |
parent | delete completely bogus (floating? was there an old variable decl (diff) | |
download | wireguard-openbsd-68096ad4361b1a5a6ce64d08e1c127fceb490a91.tar.xz wireguard-openbsd-68096ad4361b1a5a6ce64d08e1c127fceb490a91.zip |
stray char jumped in
-rw-r--r-- | bin/csh/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/lex.c b/bin/csh/lex.c index 2b2aa34103a..130a9d554bf 100644 --- a/bin/csh/lex.c +++ b/bin/csh/lex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lex.c,v 1.18 2015/06/17 03:49:29 deraadt Exp $ */ +/* $OpenBSD: lex.c,v 1.19 2015/06/17 03:59:12 deraadt Exp $ */ /* $NetBSD: lex.c,v 1.9 1995/09/27 00:38:46 jtc Exp $ */ /*- |