summaryrefslogtreecommitdiff
path: root/src/upb_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_string.h')
-rw-r--r--src/upb_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_string.h b/src/upb_string.h
index 7b63f1c..9740a0b 100644
--- a/src/upb_string.h
+++ b/src/upb_string.h
@@ -60,7 +60,7 @@ INLINE void upb_struninit(struct upb_string *str)
if(str->byte_size) free(str->ptr);
}
-INLINE struct upb_string *upb_strnew()
+INLINE struct upb_string *upb_strnew(void)
{
struct upb_string *str = (struct upb_string*)malloc(sizeof(*str));
upb_strinit(str);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback