Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GH Action committed Jan 26, 2025
1 parent 2025975 commit d7a58e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sokol/c/sokol_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion sokol/log/log.odin
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ when ODIN_OS == .Windows {
foreign sokol_log_clib {
/*
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 = {
Expand Down

0 comments on commit d7a58e4

Please sign in to comment.