From fcb7143ecb0c1acedfb30d34931896dbefc660b1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 15 Aug 2012 11:50:08 +0100 Subject: Simplify content status text setting. --- content/content_protected.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index ad0b0afa6..e37573493 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -160,7 +160,7 @@ void content_set_ready(struct content *c); void content_set_done(struct content *c); void content_set_error(struct content *c); -void content_set_status(struct content *c, const char *status_message, ...); +void content_set_status(struct content *c, const char *status_message); void content_broadcast(struct content *c, content_msg msg, union content_msg_data data); void content_add_error(struct content *c, const char *token, -- cgit v1.2.3