mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 21:45:08 +00:00
Improved error formatting.
This commit is contained in:
parent
c764ae81e8
commit
937f137246
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ static void usage(void)
|
|||
|
||||
static void error_callback(int error, const char* description)
|
||||
{
|
||||
fprintf(stderr, "Error: %s in %s\n", glfwErrorString(error), description);
|
||||
fprintf(stderr, "Error: %s\n", description);
|
||||
}
|
||||
|
||||
static const char* get_client_api_name(int api)
|
||||
|
|
Loading…
Add table
Reference in a new issue