diff options
Diffstat (limited to 'libXft/src/xftinit.c')
-rw-r--r-- | libXft/src/xftinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libXft/src/xftinit.c b/libXft/src/xftinit.c index 0205e4b36..ff2372297 100644 --- a/libXft/src/xftinit.c +++ b/libXft/src/xftinit.c @@ -43,7 +43,7 @@ XftGetVersion (void) } static struct { - char *name; + const char *name; int alloc_count; int alloc_mem; int free_count; |