about summary refs log tree commit diff stats
path: root/ebooks.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-05-29 21:01:07 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-05-29 21:01:07 -0400
commitaccbd7647de118cca7503a1bf0992529a0a76df8 (patch)
tree0ba1cb8105a21472d0b3beacd0aca699ff9c7ad1 /ebooks.cpp
parent4d217ac6122120d9e86248432594864e114e3a46 (diff)
downloadrawr-ebooks-accbd7647de118cca7503a1bf0992529a0a76df8.tar.gz
rawr-ebooks-accbd7647de118cca7503a1bf0992529a0a76df8.tar.bz2
rawr-ebooks-accbd7647de118cca7503a1bf0992529a0a76df8.zip
Newlines, colons, and semicolons are now valid terminators
Diffstat (limited to 'ebooks.cpp')
-rw-r--r--ebooks.cpp2
1 files changed, 1 insertions, 1 deletions
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)
37 line.pop_back(); 37 line.pop_back();
38 } 38 }
39 39
40 corpus += line + "\n "; 40 corpus += line + "\n";
41 } 41 }
42 42
43 // Replace old-style freevars while I can't be bothered to remake the corpus yet 43 // Replace old-style freevars while I can't be bothered to remake the corpus yet