From a01957981a817100a085f26264a96280b74850bc Mon Sep 17 00:00:00 2001
From: Norman Khine <khinester@aqoon.local>
Date: Sun, 3 Oct 2010 14:00:11 +0200
Subject: [PATCH] fix type in lib/python/gfx2.c

---
 lib/python/gfx2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/python/gfx2.c b/lib/python/gfx2.c
index 6c07a6a..3483e3a 100644
--- a/lib/python/gfx2.c
+++ b/lib/python/gfx2.c
@@ -587,7 +587,7 @@ static void my_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyphnr, gfxcolor_t
         return;
     }
 }
-static void my_drawlink(gfxdevice_t*dev, gfxline_t*line, const char*action, consr char*text)
+static void my_drawlink(gfxdevice_t*dev, gfxline_t*line, const char*action, const char*text)
 {
     callback_python("drawlink", dev, "lss", line, action, text);
 }
-- 
1.7.0

