diff options
Diffstat (limited to 'source4/heimdal/lib/com_err/lex.l')
-rw-r--r-- | source4/heimdal/lib/com_err/lex.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/com_err/lex.l b/source4/heimdal/lib/com_err/lex.l index 08aef516b3..4d56be4da0 100644 --- a/source4/heimdal/lib/com_err/lex.l +++ b/source4/heimdal/lib/com_err/lex.l @@ -44,7 +44,7 @@ #include "parse.h" #include "lex.h" -RCSID("$Id: lex.l 15143 2005-05-16 08:52:54Z lha $"); +RCSID("$Id$"); static unsigned lineno = 1; static int getstring(void); |