Update tutorial

Related to #628.
master
Camilla Berglund ago%!(EXTRA string=10 years)
parent ec7f4d3232
commit ba1f1f8ee9
  1. 2
      docs/quick.dox

@ -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…
Cancel
Save