string-helpers.h: fix typo in header guard

Reported-by: Jan Beich (@jbeich)
This commit is contained in:
Johan Malm 2020-10-28 20:41:46 +00:00
parent f459fed4a8
commit e99e1003d0

View file

@ -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 */