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)
{
qDebug() << "SDL_Init failed: " << QString::fromStdString(SDL_GetError());
return false;
return 0;
}
QApplication app(argc, argv);