summaryrefslogtreecommitdiffstats
path: root/m_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_struct.h')
-rw-r--r--m_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_struct.h b/m_struct.h
index 2f7f16dffa..e97659a333 100644
--- a/m_struct.h
+++ b/m_struct.h
@@ -13,7 +13,7 @@ struct m_option;
/// Struct definition
typedef struct m_struct_st {
/// For error messages and debugging
- char* name;
+ const char* name;
/// size of the whole struct
unsigned int size;
/// Pointer to a struct filled with the default settings