From b5803016d74856eb44b05876f0d7178bfec0df47 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 12 Nov 2006 17:15:55 -0800 Subject: [PATCH] FcStrCanonAbsoluteFilename should be static. --- src/fcstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fcstr.c b/src/fcstr.c index 368761d..eaae935 100644 --- a/src/fcstr.c +++ b/src/fcstr.c @@ -833,7 +833,7 @@ FcStrBasename (const FcChar8 *file) return FcStrCopy (slash + 1); } -FcChar8 * +static FcChar8 * FcStrCanonAbsoluteFilename (const FcChar8 *s) { FcChar8 *file; -- 2.39.2