mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Fix typo
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user