summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/gd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/libgd/gd.h')
-rw-r--r--ext/gd/libgd/gd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/libgd/gd.h b/ext/gd/libgd/gd.h
index dcb3cf3c76..751a1e74e8 100644
--- a/ext/gd/libgd/gd.h
+++ b/ext/gd/libgd/gd.h
@@ -193,7 +193,7 @@ typedef struct {
/* Font data; array of characters, one row after another.
Easily included in code, also easily loaded from
data files. */
- const char *data;
+ char *data;
} gdFont;
/* Text functions take these. */