fix example

This commit is contained in:
vrd
2023-03-08 21:13:32 +02:00
parent f4ca4211b2
commit 29b777e382
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ b: -5509.9.06
s: Adam # Eve's spouse is Adam s: Adam # Eve's spouse is Adam
Cain, M # Cain's birthday is unknown Cain, M # Cain's birthday is unknown
p: Adam, Eve,steve # Cain's parents are Adam and Eve p: Adam, Eve # Cain's parents are Adam and Eve
Abel, M Abel, M
p: - # Abel's parents are the same as the last person's (Cain) p: - # Abel's parents are the same as the last person's (Cain)
+1
View File
@@ -56,6 +56,7 @@ namespace /* internal */
endwin(); endwin();
cerr << "Line " << line << ": two parents are already defined, " cerr << "Line " << line << ": two parents are already defined, "
<< extra_name << " is third\n"; << extra_name << " is third\n";
cerr.flush();
exit(1); exit(1);
} }