From fff197a9d8a0aff74bc9ee131d192b510a9604d2 Mon Sep 17 00:00:00 2001 From: Torsten Martinsen Date: Thu, 2 Apr 2026 16:19:36 +0200 Subject: [PATCH] Fix include guard mismatch. --- strutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strutils.h b/strutils.h index a5cf201..fc77e5b 100644 --- a/strutils.h +++ b/strutils.h @@ -32,7 +32,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef __STRUTILS_H__ -#define __STRUTILS_H___ +#define __STRUTILS_H__ #include #include