warning fixes
[apps/madmutt.git] / mapping.h
index 0e9b19e..3872f77 100644 (file)
--- a/mapping.h
+++ b/mapping.h
@@ -11,7 +11,7 @@
 #define MAPPING_H
 
 struct mapping_t {
-  char *name;
+  const char *name;
   int value;
 };