From 1c75a9479011e5f1ad01c950628d0ef5a302d8b6 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Fri, 6 Apr 2007 11:59:31 +0200 Subject: Bug #10475: Fixed lots of char*/const char* mixups. I didn't fix all of them, as that would require touching public headers. --- src/Font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Font.c') diff --git a/src/Font.c b/src/Font.c index 5dc57737..9e5d0a6e 100644 --- a/src/Font.c +++ b/src/Font.c @@ -678,7 +678,7 @@ int _XF86LoadQueryLocaleFont( Font *fidp) { int l; - char *charset, *p; + const char *charset, *p; char buf[256]; XFontStruct *fs; XLCd lcd; -- cgit v1.2.3