Removed mistaken comment.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent c8c36f6ec0
commit ab373308b0
  1. 2
      src/error.c

@ -59,8 +59,6 @@ void _glfwSetError(int error, const char* format, ...)
char buffer[16384];
const char* description;
// We would use vasprintf here if msvcrt supported it
if (format)
{
int count;

Loading…
Cancel
Save