shithub: choc

Download patch

ref: 6f0a635df41cd4c793c7ca1d4e65524f95a0ef03
parent: 68344f39c4d6a6072c0d5e2b79cf53bb6958b239
author: Turo Lamminen <turotl@gmail.com>
date: Sat May 26 12:19:32 EDT 2018

config: Make default_t name member const

--- a/src/m_config.c
+++ b/src/m_config.c
@@ -63,7 +63,7 @@
 typedef struct
 {
     // Name of the variable
-    char *name;
+    const char *name;
 
     // Pointer to the location in memory of the variable
     union {