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 --- ebooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ebooks.cpp') diff --git a/ebooks.cpp b/ebooks.cpp index 52247da..2e00f25 100644 --- a/ebooks.cpp +++ b/ebooks.cpp @@ -37,7 +37,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