From a903b6d99780f36c164a7c350726aa4eac1add41 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Wed, 10 Apr 2002 17:29:18 +0000 Subject: Added an extra new line at the end of the file to quiet picky compilers. :) --- src/scanner.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 +} -- cgit v1.2.3