commit 8554c3e6eb3f4f23edfaa1353d1b4297b93205a7 parent a8c721516b1c35f576e2ab28239d530d95087972 Author: sin <sin@2f30.org> Date: Wed, 14 May 2014 17:34:58 +0100 Stylistic change Diffstat:
M | lexer.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lexer.c b/lexer.c @@ -225,7 +225,7 @@ again: return tok; } tok.type = TEof; - tok.s = "reached the end-of-file"; + tok.s = "reached end-of-file"; tok.e = NULL; return tok; }