add missing end of line

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7966 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 461b1b8af5984c5d777246cf77e55b60af91f7f3
Former-commit-id: f0c542ff8977f6b91bb48006923d89fa58aa6847
This commit is contained in:
iobyte 2022-01-28 17:54:30 +00:00
parent c01d185199
commit bda7946fdc

View file

@ -153,7 +153,7 @@ void SDCar::loadCarLights()
}
else
{
GfLogError("Invalid light type '%s' (%s: %s)", typeName, car->_carName, path);
GfLogError("Invalid light type '%s' (%s: %s)\n", typeName, car->_carName, path);
continue;
}