diff options
| author | Nuno Lopes <nlopess@php.net> | 2006-09-16 19:07:46 +0000 |
|---|---|---|
| committer | Nuno Lopes <nlopess@php.net> | 2006-09-16 19:07:46 +0000 |
| commit | d43c9c11f4fb95eb1a47cb03a492537e65f5d97a (patch) | |
| tree | 4f6b4ad79966b7412c6484f051c3c60874ea62cd /ext/gd/libgd/gd.h | |
| parent | 9f217cd983a843b43261f7d181e92d3cc0430a4a (diff) | |
| download | php-git-d43c9c11f4fb95eb1a47cb03a492537e65f5d97a.tar.gz | |
fix compiler warnings introduced in my previous commit
Diffstat (limited to 'ext/gd/libgd/gd.h')
| -rw-r--r-- | ext/gd/libgd/gd.h | 2 |
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. */ |
