X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=lib%2Fdevices%2Ftext.c;h=f9c31410b17fd9f7d8cc5bae599cd5696dd8ad52;hb=b3defc449d13f056d125ba2f5d425f5e67090d0e;hp=652b20a8feb91bb82735098399bf347c26856a56;hpb=5c97ba8aa76235db3e4f7bf833ef1d73744affaf;p=swftools.git 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) {