diff options
Diffstat (limited to 'bible.cc')
-rw-r--r-- | bible.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -238,7 +238,7 @@ int main(int argc, char* argv[]) { stringstream out; for(auto tex : text) { if(!omitVerseNums && tex.chapter != chapter) { - out << "\n" << tex.book << " Chapter " << tex.chapter << ":\n"; + out << tex.book << " Chapter " << tex.chapter << ":\n"; } bool isParagraph = false; bool isIndent = false; |