summaryrefslogtreecommitdiff
path: root/interpolate.h
diff options
context:
space:
mode:
Diffstat (limited to 'interpolate.h')
-rw-r--r--interpolate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interpolate.h b/interpolate.h
index 190a180..16a26b9 100644
--- a/interpolate.h
+++ b/interpolate.h
@@ -12,7 +12,7 @@
*/
struct interp {
- char *name;
+ const char *name;
char *value;
};