minor edits

This commit is contained in:
Alexandre Quessy
2014-01-05 15:48:53 -05:00
parent 73df26092b
commit 7f99061cf0
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ int main(int argc, char *argv[])
// TODO: avoid segfaults when OSC port is busy
QApplication app(argc, argv);
if (!QGLFormat::hasOpenGL())
if (! QGLFormat::hasOpenGL())
{
std::cerr << "This system has no OpenGL support" << std::endl;
return 1;