foof_chain: a minor fix

This commit is contained in:
Dmitry Kokorin 2016-02-29 14:40:36 +03:00
parent 940f2c971a
commit a249e71851

View file

@ -54,7 +54,7 @@ string verse(int index)
if (index != Animal::Horse) { if (index != Animal::Horse) {
for (int i = index; i > 0; --i) { for (int i = index; i > Animal::Fly; --i) {
result += string("She swallowed the ") result += string("She swallowed the ")
+ animal_name[i] + animal_name[i]