From accbd7647de118cca7503a1bf0992529a0a76df8 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 29 May 2016 21:01:07 -0400 Subject: Newlines, colons, and semicolons are now valid terminators --- gen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gen.cpp') diff --git a/gen.cpp b/gen.cpp index 5e2d9db..d802b14 100644 --- a/gen.cpp +++ b/gen.cpp @@ -42,7 +42,7 @@ int main(int argc, char** args) line.pop_back(); } - corpus += line + "\n "; + corpus += line + "\n"; } // Replace old-style freevars while I can't be bothered to remake the corpus yet -- cgit 1.4.1