X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=fc-lang%2Ffc-lang.c;h=51717f952450a7d7a5065c35f4e794070b1ed441;hb=f0ee5761e1ab63d848f980a767dd8475986f1342;hp=26f1454e589bf9b35019224e64ffc7742dad425e;hpb=0a023b24daa683d9c0be4e2ef6d50040c1c52316;p=fontconfig.git diff --git a/fc-lang/fc-lang.c b/fc-lang/fc-lang.c index 26f1454..51717f9 100644 --- a/fc-lang/fc-lang.c +++ b/fc-lang/fc-lang.c @@ -7,9 +7,9 @@ * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting - * documentation, and that the name of Keith Packard not be used in + * documentation, and that the name of the author(s) not be used in * advertising or publicity pertaining to distribution of the software without - * specific, written prior permission. Keith Packard makes no + * specific, written prior permission. The authors make no * representations about the suitability of this software for any purpose. It * is provided "as is" without express or implied warranty. * @@ -192,7 +192,7 @@ scan (FILE *f, char *file, FcCharSetFreezer *freezer) fatal (file, lineno, "out of memory"); } } - n = FcCharSetFreeze (freezer, c); + n = (FcCharSet *) FcCharSetFreeze (freezer, c); FcCharSetDestroy (c); return n; }