parent
ec7f4d3232
commit
ba1f1f8ee9
@ -96,7 +96,7 @@ description to `stderr`.
|
||||
@code
|
||||
void error_callback(int error, const char* description)
|
||||
{
|
||||
fputs(description, stderr);
|
||||
fprintf(stderr, "Error: %s\n", description);
|
||||
}
|
||||
@endcode
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user