summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/scanner.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scanner.l b/src/scanner.l
index d6ba2be..ebe0c49 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -1,4 +1,4 @@
-/* $Id: scanner.l,v 1.7 2001-11-25 02:20:54 rjkaes Exp $
+/* $Id: scanner.l,v 1.8 2002-04-10 17:29:18 rjkaes Exp $
*
* This builds the scanner for the tinyproxy configuration file. This
* file needs to stay in sync with grammar.y. If someone knows lex and yacc
@@ -155,4 +155,4 @@ append_char(char c)
*tiny_str = c;
tiny_str++;
*tiny_str = 0;
-} \ No newline at end of file
+}