Archived
1
0
Fork 0

strbuf.h: style fix for prototype

This commit is contained in:
Henrik Hautakoski 2011-02-01 09:56:41 +01:00
parent 440e5ed7d2
commit 9e185ea920

View file

@ -59,6 +59,6 @@ void strbuf_rev(strbuf_t *s);
void strbuf_squeeze(strbuf_t *s, char ch); void strbuf_squeeze(strbuf_t *s, char ch);
strbuf_t **strbuf_explode(const strbuf_t *s, char sep); strbuf_t** strbuf_explode(const strbuf_t *s, char sep);
#endif /* __STRBUF_H */ #endif /* __STRBUF_H */