From: kramm Date: Sun, 14 Oct 2007 21:01:40 +0000 (+0000) Subject: fixed compiler warning X-Git-Tag: buttons-working~544 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=00c3a51b192069af5c92693dc91fcf9ca3f3b888 fixed compiler warning --- diff --git a/lib/devices/arts.c b/lib/devices/arts.c index e3aef2b..34f38ce 100644 --- a/lib/devices/arts.c +++ b/lib/devices/arts.c @@ -252,7 +252,7 @@ void arts_drawchar(struct _gfxdevice*dev, gfxfont_t*font, int glyphnr, gfxcolor_ gfxline_free(glyph); } -void arts_drawlink(struct _gfxdevice*dev, gfxline_t*line, char*action) +void arts_drawlink(struct _gfxdevice*dev, gfxline_t*line, const char*action) { dbg("arts_drawlink"); internal_t*i = (internal_t*)dev->internal;