about summary refs log tree commit diff stats
path: root/ebooks.cpp
diff options
context:
space:
mode:
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 1371ffc..c183923 100644 --- a/ebooks.cpp +++ b/ebooks.cpp
@@ -38,7 +38,7 @@ int main(int argc, char** args)
38 line.pop_back(); 38 line.pop_back();
39 } 39 }
40 40
41 corpus += line + "\n "; 41 corpus += line + "\n";
42 } 42 }
43 43
44 // Replace old-style freevars while I can't be bothered to remake the corpus yet 44 // Replace old-style freevars while I can't be bothered to remake the corpus yet