From 67faa034480f701ccc9111930a799ddc16c51fdc Mon Sep 17 00:00:00 2001 From: Matthew Hambley Date: Thu, 20 May 2004 20:10:42 +0000 Subject: [project @ 2004-05-20 20:10:42 by matthewh] A stub function which should have returned a value wasn't. svn path=/import/netsurf/; revision=871 --- debug/netsurfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug/netsurfd.c') diff --git a/debug/netsurfd.c b/debug/netsurfd.c index 70e3f8784..72a8d7a1c 100644 --- a/debug/netsurfd.c +++ b/debug/netsurfd.c @@ -152,7 +152,7 @@ bool plugin_handleable(const char *mime_type) void plugin_msg_parse(wimp_message *message, int ack) {} void plugin_create(struct content *c, const char *params[]) {} void plugin_process_data(struct content *c, char *data, unsigned long size) {} -int plugin_convert(struct content *c, unsigned int width, unsigned int height) {} +int plugin_convert(struct content *c, unsigned int width, unsigned int height) {return 0;} void plugin_revive(struct content *c, unsigned int width, unsigned int height) {} void plugin_reformat(struct content *c, unsigned int width, unsigned int height) {} void plugin_destroy(struct content *c) {} -- cgit v1.2.3