aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lex/dfa.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/lex/dfa.c')
-rw-r--r--usr.bin/lex/dfa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lex/dfa.c b/usr.bin/lex/dfa.c
index d24f39d55396..c66e02533740 100644
--- a/usr.bin/lex/dfa.c
+++ b/usr.bin/lex/dfa.c
@@ -28,7 +28,7 @@
#ifndef lint
static char rcsid[] =
- "@(#) $Header: /a/cvs/386BSD/src/usr.bin/lex/dfa.c,v 1.2 1993/06/29 03:27:06 nate Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/386BSD/src/usr.bin/lex/dfa.c,v 1.2 1993/06/29 03:27:06 nate Exp $ (LBL)";
#endif
#include "flexdef.h"