diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2023-12-09 23:04:14 +0700 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2023-12-09 23:06:59 +0700 |
| commit | 1b0a350850bb4a6e57446314e1682b8ec645ffe2 (patch) | |
| tree | cb5b78f11e272194287bf7893761202c5950456e /sokol_log.h | |
| parent | c08a34d092ed76429df232d9861e74268239629c (diff) | |
Fix typos.
Diffstat (limited to 'sokol_log.h')
| -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 87f78d75..58ff30bf 100644 --- a/sokol_log.h +++ b/sokol_log.h @@ -122,7 +122,7 @@ extern "C" { #endif /* - Plug this function into the 'logger.func' struct item when initializating any of the sokol + 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: saudio_setup(&(saudio_desc){ |