From 00c3a51b192069af5c92693dc91fcf9ca3f3b888 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 14 Oct 2007 21:01:40 +0000 Subject: [PATCH] fixed compiler warning --- lib/devices/arts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4