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