Removed autotools build files (I think I got all of them, did I?)
[freeglut] / progs / demos / smooth_opengl3 / smooth_opengl3.c
index 8784759..abbdfb5 100755 (executable)
@@ -52,7 +52,7 @@
 void checkError(const char *functionName)
 {
    GLenum error;
-   while (( error = glGetError() ) != GL_NO_ERROR) {
+   while (( error = glGetError() ) != GL_NO_ERROR) {\r
       fprintf (stderr, "GL error 0x%X detected in %s\n", error, functionName);
    }
 }