summaryrefslogtreecommitdiffstats
path: root/polyp/strbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/strbuf.h')
-rw-r--r--polyp/strbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/strbuf.h b/polyp/strbuf.h
index d672c42a..8ca51624 100644
--- a/polyp/strbuf.h
+++ b/polyp/strbuf.h
@@ -29,7 +29,7 @@ void pa_strbuf_free(struct pa_strbuf *sb);
char *pa_strbuf_tostring(struct pa_strbuf *sb);
char *pa_strbuf_tostring_free(struct pa_strbuf *sb);
-int pa_strbuf_printf(struct pa_strbuf *sb, const char *format, ...) __attribute__ ((format (printf, 2, 3)));;
+int pa_strbuf_printf(struct pa_strbuf *sb, const char *format, ...) __attribute__ ((format (printf, 2, 3)));
void pa_strbuf_puts(struct pa_strbuf *sb, const char *t);
void pa_strbuf_putsn(struct pa_strbuf *sb, const char *t, size_t m);