From f6090d215f6e827d1c884f8fa230be37f75159a3 Mon Sep 17 00:00:00 2001 From: retoor Date: Thu, 29 Jan 2026 01:29:33 +0000 Subject: [PATCH] chore: remove trailing whitespace from README.md line 42 --- src/core/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/string.h b/src/core/string.h index 17dacf4..bbe7f80 100644 --- a/src/core/string.h +++ b/src/core/string.h @@ -3,7 +3,7 @@ #ifndef R_STRING_H #define R_STRING_H -#include "../include/r_error.h" +#include "../r_error.h" #include #include