Fixed windows build

This commit is contained in:
Sam Lantinga 2013-05-19 22:45:52 -07:00
parent 30a001fdfa
commit 11dfd2bff8

View file

@ -321,7 +321,6 @@ GL_HandleDebugMessage(GLenum source, GLenum type, GLuint id, GLenum severity, GL
data->error_messages[data->errors-1] = SDL_strdup(message);
}
}
printf("%s\n", message);
/* If there's another error callback, pass it along, otherwise log it */
if (data->next_error_callback) {