diff src/tokenizer.cpp @ 102:d9c64bafbf60 stable-5-10

fix compile error on fc3
author carl
date Sun, 16 Oct 2005 08:12:48 -0700
parents 91c27c00048f
children ecb40aa3eaa5
line wrap: on
line diff
--- a/src/tokenizer.cpp	Mon Sep 26 20:40:29 2005 -0700
+++ b/src/tokenizer.cpp	Sun Oct 16 08:12:48 2005 -0700
@@ -23,7 +23,7 @@
 			s_single,
 			s_string1,		// first " of string
 			s_string2,		// last " of string
-			s_slash,		// possible start of ignore to eol
+			s_slash 		// possible start of ignore to eol
 			};
 
 typedef state PARSE[end_state];