From 9e185ea9202c09a4acfe9ecd9fa4e42bfde5cb92 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 1 Feb 2011 09:56:41 +0100 Subject: [PATCH] strbuf.h: style fix for prototype --- src/strbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strbuf.h b/src/strbuf.h index ad33ff7..3a6b668 100644 --- a/src/strbuf.h +++ b/src/strbuf.h @@ -59,6 +59,6 @@ void strbuf_rev(strbuf_t *s); 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 */