mirror of
https://github.com/minetest/minetestmapper.git
synced 2024-11-13 14:10:27 +01:00
Fix small typo (std:cerr -> std::cerr)
This commit is contained in:
parent
bcbfd00eba
commit
09945caa14
|
@ -280,7 +280,7 @@ void TileGenerator::parseColorsStream(std::istream &in)
|
|||
t = 0;
|
||||
int items = sscanf(line, "%64s %u %u %u %u %u", name, &r, &g, &b, &a, &t);
|
||||
if(items < 4) {
|
||||
std:cerr << "Failed to parse color entry '" << line << "'." << std::endl;
|
||||
std::cerr << "Failed to parse color entry '" << line << "'" << std::endl;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user