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 54c061b commit a21d80b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/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
4 changes: 2 additions & 2 deletions src/sokol/log.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module sokol.log;

/// 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 All @@ -12,7 +12,7 @@ module sokol.log;
/// });
extern(C) void slog_func(const(char)*, uint, uint, const(char)*, uint, const(char)*, void*) @system @nogc nothrow;
/// 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 a21d80b

Please sign in to comment.