diff --git a/src/main.cpp b/src/main.cpp index 2024702..4813ddd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ int main(int argc, char *argv[]){ std::cout << Raycaster_VERSION_MAJOR << "." << Raycaster_VERSION_MINOR << std::endl; if(!glfwInit()){ - std::cout << "GLFW Init failed" << std::endl; + std::cout << "GLFW Init failed " << std::endl; return -1; } GLFWwindow* window = glfwCreateWindow(640, 480, "My Title", NULL, NULL);