]> git.wh0rd.org - fontconfig.git/commitdiff
FcStrCanonAbsoluteFilename should be static.
authorKeith Packard <keithp@neko.keithp.com>
Mon, 13 Nov 2006 01:15:55 +0000 (17:15 -0800)
committerKeith Packard <keithp@neko.keithp.com>
Mon, 13 Nov 2006 01:15:55 +0000 (17:15 -0800)
src/fcstr.c

index 368761dfb65d2eca3fa8b76412f47a7e0387e3af..eaae935c5e68f2db2642ca0cffbe98cb84879dfe 100644 (file)
@@ -833,7 +833,7 @@ FcStrBasename (const FcChar8 *file)
     return FcStrCopy (slash + 1);
 }
 
-FcChar8 *
+static FcChar8 *
 FcStrCanonAbsoluteFilename (const FcChar8 *s)
 {
     FcChar8 *file;