diff options
Diffstat (limited to 'include/X11/fonts/fontenc.h')
-rw-r--r-- | include/X11/fonts/fontenc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/fonts/fontenc.h b/include/X11/fonts/fontenc.h index 709f97f..6c35c93 100644 --- a/include/X11/fonts/fontenc.h +++ b/include/X11/fonts/fontenc.h @@ -109,7 +109,7 @@ char *FontEncName(unsigned, FontMapPtr); /* Return a pointer to the name of the system encodings directory. */ /* This string is static and should not be modified. */ -char *FontEncDirectory(void); +const char *FontEncDirectory(void); /* Identify an encoding file. If fileName doesn't exist, or is not an encoding file, return NULL, otherwise returns a NULL-terminated |