forked from soutade/libgourou
Correct 'any book loaned' message
This commit is contained in:
parent
c41dd46ca7
commit
ffd2004cbb
@ -209,7 +209,7 @@ private:
|
||||
{
|
||||
if (!loanedBooks.size())
|
||||
{
|
||||
std::cout << "Any book loaned" << std::endl;
|
||||
std::cout << "No books loaned" << std::endl;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user