From 846a833042aaf55747908fdb481a11a57e904a6c Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 15 Jan 2025 23:37:27 +0100 Subject: Fix typos --- any_ini.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'any_ini.h') diff --git a/any_ini.h b/any_ini.h index 9d9afe6..7e3c2c2 100644 --- a/any_ini.h +++ b/any_ini.h @@ -282,7 +282,7 @@ static bool any_ini_skip_pair(any_ini_t *ini, bool key) #endif if (ini->cursor != 0 && isspace(ini->source[ini->cursor - 1])) return false; - // fallthrough + /* fall through */ #endif default: @@ -396,7 +396,7 @@ static void any_ini_stream_skip(any_ini_stream_t *ini, bool comment) return; any_ini_stream_skip_line(ini); - // fallthrough + /* fall through */ // Discard the current line case '\n': @@ -456,7 +456,7 @@ static char *any_ini_stream_until(any_ini_stream_t *ini, size_t start, char c) done = true; break; } - // fallthrough + /* fall through */ #endif default: if (ini->buffer[ini->cursor] == c) { -- cgit v1.2.3