mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
+1
-1
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user