1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 19:45:33 +00:00

small fixes

This commit is contained in:
Sebastian Wick 2013-06-23 20:53:50 +02:00
parent dbfc39468b
commit 6abb5d5f75
2 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ int main(int argc, char *argv[])
if (SDL_Init(SDL_INIT_VIDEO) != 0) if (SDL_Init(SDL_INIT_VIDEO) != 0)
{ {
qDebug() << "SDL_Init failed: " << QString::fromStdString(SDL_GetError()); qDebug() << "SDL_Init failed: " << QString::fromStdString(SDL_GetError());
return false; return 0;
} }
QApplication app(argc, argv); QApplication app(argc, argv);