mirror of
https://github.com/labwc/labwc.git
synced 2026-03-26 07:58:08 -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
|
#define __LABWC_STRING_HELPERS_H
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -8,4 +8,4 @@
|
||||||
*/
|
*/
|
||||||
char *string_strip(char *s);
|
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