From: Johan Malm Date: Wed, 28 Oct 2020 20:41:46 +0000 (+0000) Subject: string-helpers.h: fix typo in header guard X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=e99e1003d0ba42af596dabb1788665272b178134;p=proto%2Flabwc.git string-helpers.h: fix typo in header guard Reported-by: Jan Beich (@jbeich) --- 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 */