summaryrefslogtreecommitdiff
path: root/stralloc_cats.c
diff options
context:
space:
mode:
Diffstat (limited to 'stralloc_cats.c')
-rw-r--r--stralloc_cats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stralloc_cats.c b/stralloc_cats.c
index 92cb66e..8b11e94 100644
--- a/stralloc_cats.c
+++ b/stralloc_cats.c
@@ -2,7 +2,7 @@
#include "str.h"
#include "stralloc.h"
-int stralloc_cats(stralloc *sa,const char *s)
+int stralloc_cats(stralloc *sa,char *s)
{
return stralloc_catb(sa,s,str_len(s));
}