X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffcinit.c;h=b7966b6db08a466196ad9fb493cd234238d6450b;hb=HEAD;hp=9fbb66ed20aa42232628d628f541d6ad877d5438;hpb=594dcef0f30ca27e27b95a9174087e8c61327e5f;p=fontconfig.git diff --git a/src/fcinit.c b/src/fcinit.c index 9fbb66e..b7966b6 100644 --- a/src/fcinit.c +++ b/src/fcinit.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. * @@ -62,7 +62,7 @@ FcInitLoadConfig (void) FcInitDebug (); config = FcConfigCreate (); if (!config) - return FcFalse; + return NULL; if (!FcConfigParseAndLoad (config, 0, FcTrue)) {