diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-04-29 17:27:00 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-04-29 17:27:00 +0000 |
commit | e2c007b61e4ab4e9e12d9d9ae455a7ffba1a7471 (patch) | |
tree | 8f9b5966430beabf34542af87b8253a108b05eca | |
parent | 59b23d037b45eb2268345354e3897cd3e4c40333 (diff) |
sorry, lousy fingers... typoed in the file while checking the diff
-rw-r--r-- | usr.bin/sudo/toke.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sudo/toke.l b/usr.bin/sudo/toke.l index 719b9051463..5429f5a8200 100644 --- a/usr.bin/sudo/toke.l +++ b/usr.bin/sudo/toke.l @@ -362,7 +362,7 @@ NOSETENV[[:blank:]]*: { return(NTWKADDR); } -{IPV4ADDR}\/([12]?[0-9]|3[0-2]|) { +{IPV4ADDR}\/([12]?[0-9]|3[0-2]) { if (!fill(yytext, yyleng)) yyterminate(); LEXTRACE("NTWKADDR "); |