mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Fix typo
This commit is contained in:
parent
186f33d788
commit
a4ab113696
@ -144,5 +144,5 @@ void ConsoleUILibraryCreator::done()
|
|||||||
std::cout << "Done!" << std::endl;
|
std::cout << "Done!" << std::endl;
|
||||||
|
|
||||||
if(numComicsProcessed > 0)
|
if(numComicsProcessed > 0)
|
||||||
std::cout << "Number of comis processed = " << numComicsProcessed << std::endl;
|
std::cout << "Number of comics processed = " << numComicsProcessed << std::endl;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user