diff console/libgnt/gntstyle.c @ 15814:1c8f1dc50685

Enable DEBUG_CFLAGS in libgnt and fix up a number of compile warnings and errors this showed up
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 18 Mar 2007 17:28:21 +0000
parents 682022b8a129
children
line wrap: on
line diff
--- a/console/libgnt/gntstyle.c	Sat Mar 17 17:55:22 2007 +0000
+++ b/console/libgnt/gntstyle.c	Sun Mar 18 17:28:21 2007 +0000
@@ -84,7 +84,7 @@
 static char *
 parse_key(const char *key)
 {
-	return gnt_key_translate(key);
+	return (char *)gnt_key_translate(key);
 }
 
 void gnt_style_read_actions(GType type, GntBindableClass *klass)