diff options
author | rsc <devnull@localhost> | 2004-05-17 03:29:22 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-05-17 03:29:22 +0000 |
commit | ca82da2258e75972a835b0aaf5195f6afd301f39 (patch) | |
tree | 622ff957c2d8c6179a79fc568e15de2e4adf6cb8 /src | |
parent | bc72254a1abedc43c9c90685dda81efe92b460fe (diff) | |
download | plan9port-ca82da2258e75972a835b0aaf5195f6afd301f39.tar.gz plan9port-ca82da2258e75972a835b0aaf5195f6afd301f39.tar.bz2 plan9port-ca82da2258e75972a835b0aaf5195f6afd301f39.zip |
refer to new file
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd/lex/lmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/lex/lmain.c b/src/cmd/lex/lmain.c index a98978c6..a31b3422 100644 --- a/src/cmd/lex/lmain.c +++ b/src/cmd/lex/lmain.c @@ -95,7 +95,7 @@ main(int argc, char **argv) { int i; - cname = unsharp("#9/lib/lex/ncform"); + cname = unsharp("#9/lib/lex.ncform"); ARGBEGIN { # ifdef DEBUG |