foof_chain: a minor fix
This commit is contained in:
parent
940f2c971a
commit
a249e71851
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ string verse(int index)
|
|||
|
||||
if (index != Animal::Horse) {
|
||||
|
||||
for (int i = index; i > 0; --i) {
|
||||
for (int i = index; i > Animal::Fly; --i) {
|
||||
|
||||
result += string("She swallowed the ")
|
||||
+ animal_name[i]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue