From 761ece45c16a385c31bf3fe6f24a03ed0ed2c57b Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 4 May 2007 13:19:57 +0000 Subject: [PATCH] fixed return value of setparameter --- lib/devices/text.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/devices/text.c b/lib/devices/text.c index 652b20a..f9c3141 100644 --- a/lib/devices/text.c +++ b/lib/devices/text.c @@ -44,6 +44,7 @@ typedef struct _internal { int text_setparameter(gfxdevice_t*dev, const char*key, const char*value) { internal_t*i = (internal_t*)dev->internal; + return 0; } void text_startpage(gfxdevice_t*dev, int width, int height) { -- 1.7.10.4