diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-01-26 15:55:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-26 15:55:39 +0100 |
| commit | 6cf5c69824840a2a343d7d5b6ed91fd540b2bfab (patch) | |
| tree | 750f2f7e08418a8cbbedcdb6c411c9c49239175e | |
| parent | 1fd10cb16ff7e63583eb2def44d5a174ccc14bcb (diff) | |
| parent | 3ba62ec9d11a02e31dcdf73467179ed45d407e46 (diff) | |
Merge pull request #1202 from battledash/patch-1
Typo fix in log docs
| -rw-r--r-- | sokol_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_log.h b/sokol_log.h index 58ff30bf..0e1bdb64 100644 --- a/sokol_log.h +++ b/sokol_log.h @@ -123,7 +123,7 @@ extern "C" { /* Plug this function into the 'logger.func' struct item when initializing any of the sokol - headers. For instance for sokol_audio.h it would loom like this: + headers. For instance for sokol_audio.h it would look like this: saudio_setup(&(saudio_desc){ .logger = { |