From 4b4d1d963cb2a97cf2e85c7bf129e7cfb15794f1 Mon Sep 17 00:00:00 2001 From: GH Action Date: Sun, 26 Jan 2025 15:02:34 +0000 Subject: [PATCH] updated (https://github.com/floooh/sokol/commit/6cf5c69824840a2a343d7d5b6ed91fd540b2bfab) --- src/sokol/c/sokol_log.h | 2 +- src/sokol/log.zig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sokol/c/sokol_log.h b/src/sokol/c/sokol_log.h index 58ff30b..0e1bdb6 100644 --- a/src/sokol/c/sokol_log.h +++ b/src/sokol/c/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 = { diff --git a/src/sokol/log.zig b/src/sokol/log.zig index 93f2479..0b71bd0 100644 --- a/src/sokol/log.zig +++ b/src/sokol/log.zig @@ -106,7 +106,7 @@ fn cStrToZig(c_str: [*c]const u8) [:0]const u8 { return @import("std").mem.span(c_str); } /// 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 = { @@ -116,7 +116,7 @@ fn cStrToZig(c_str: [*c]const u8) [:0]const u8 { pub extern fn slog_func([*c]const u8, u32, u32, [*c]const u8, u32, [*c]const u8, ?*anyopaque) void; /// 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 = {