about summary refs log tree commit diff stats
path: root/gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gen.cpp')
-rw-r--r--gen.cpp2
1 files changed, 1 insertions, 1 deletions
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)
42 line.pop_back(); 42 line.pop_back();
43 } 43 }
44 44
45 corpus += line + "\n "; 45 corpus += line + "\n";
46 } 46 }
47 47
48 // Replace old-style freevars while I can't be bothered to remake the corpus yet 48 // Replace old-style freevars while I can't be bothered to remake the corpus yet