mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
string-helpers.h: fix typo in header guard
Reported-by: Jan Beich (@jbeich)
This commit is contained in:
parent
f459fed4a8
commit
e99e1003d0
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue