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:
parent
c01d185199
commit
bda7946fdc
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ void SDCar::loadCarLights()
|
||||||
}
|
}
|
||||||
else
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue