From df72f731663f08b05673537f1792972d2ff09ba8 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Sun, 26 Mar 2017 15:01:22 +0200 Subject: [PATCH] fix build? --- include/xbt/strbuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xbt/strbuff.h b/include/xbt/strbuff.h index cc7aaa52af..b81e4354df 100644 --- a/include/xbt/strbuff.h +++ b/include/xbt/strbuff.h @@ -37,7 +37,7 @@ typedef struct xbt_strbuff { typedef s_xbt_strbuff_t* xbt_strbuff_t; XBT_PUBLIC(void) xbt_strbuff_clear(xbt_strbuff_t b); -XBT_PUBLIC(xbt_strbuff_t) xbt_strbuff_new(); +XBT_PUBLIC(xbt_strbuff_t) xbt_strbuff_new(void); XBT_PUBLIC(xbt_strbuff_t) xbt_strbuff_new_from(const char *s); XBT_PUBLIC(void) xbt_strbuff_free(xbt_strbuff_t b); XBT_PUBLIC(void) xbt_strbuff_free_container(xbt_strbuff_t b); -- 2.20.1