Related to #628.
@ -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