From e99e1003d0ba42af596dabb1788665272b178134 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Wed, 28 Oct 2020 20:41:46 +0000 Subject: [PATCH] string-helpers.h: fix typo in header guard Reported-by: Jan Beich (@jbeich) --- include/common/string-helpers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/common/string-helpers.h b/include/common/string-helpers.h index de3f348c..9897319a 100644 --- a/include/common/string-helpers.h +++ b/include/common/string-helpers.h @@ -1,4 +1,4 @@ -#ifndef __LABWC_STRING_HELPERs_H +#ifndef __LABWC_STRING_HELPERS_H #define __LABWC_STRING_HELPERS_H /** @@ -8,4 +8,4 @@ */ char *string_strip(char *s); -#endif /* __LABWC_STRING_HELPERs_H */ +#endif /* __LABWC_STRING_HELPERS_H */ -- 2.52.0