1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-02 11:29:10 +00:00

Cleanup: remove/replace trailing ; with . in comments

This commit is contained in:
Rubidium
2023-01-26 22:48:08 +01:00
committed by rubidium42
parent 0b2567d882
commit ae422be979
5 changed files with 11 additions and 11 deletions

View File

@@ -295,7 +295,7 @@ bool FiosFileScanner::AddFile(const std::string &filename, size_t basepath_lengt
std::string ext = filename.substr(sep);
char fios_title[64];
fios_title[0] = '\0'; // reset the title;
fios_title[0] = '\0'; // reset the title
FiosType type = this->callback_proc(this->fop, filename, ext.c_str(), fios_title, lastof(fios_title));
if (type == FIOS_TYPE_INVALID) return false;