aboutsummaryrefslogtreecommitdiff
path: root/bible.cc
diff options
context:
space:
mode:
Diffstat (limited to 'bible.cc')
-rw-r--r--bible.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bible.cc b/bible.cc
index 3388364..0bcd9f1 100644
--- a/bible.cc
+++ b/bible.cc
@@ -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;