A change to check the build system

This commit is contained in:
Alexander Bock
2014-09-15 18:31:27 +02:00
parent c7c7fa4413
commit 954b2d07e9

View File

@@ -116,7 +116,7 @@ int main(int argc, char** argv)
delete _sgctEngine;
// Exit program
exit(EXIT_SUCCESS);
exit(EXIT_SUCCESS);
}
void mainExternalControlCallback(const char* receivedChars, int size, int clientId)