mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 19:08:51 -05:00
parent
ec7f4d3232
commit
ba1f1f8ee9
|
@ -96,7 +96,7 @@ description to `stderr`.
|
||||||
@code
|
@code
|
||||||
void error_callback(int error, const char* description)
|
void error_callback(int error, const char* description)
|
||||||
{
|
{
|
||||||
fputs(description, stderr);
|
fprintf(stderr, "Error: %s\n", description);
|
||||||
}
|
}
|
||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user