Added an extra new line at the end of the file to quiet picky compilers.

:)
This commit is contained in:
Robert James Kaes 2002-04-10 17:29:18 +00:00
parent 4fa5cef491
commit a903b6d997

View File

@ -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;
}
}