FcStrCanonAbsoluteFilename should be static.

This commit is contained in:
Keith Packard 2006-11-12 17:15:55 -08:00
parent bae5db78dd
commit b5803016d7
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ FcStrBasename (const FcChar8 *file)
return FcStrCopy (slash + 1); return FcStrCopy (slash + 1);
} }
FcChar8 * static FcChar8 *
FcStrCanonAbsoluteFilename (const FcChar8 *s) FcStrCanonAbsoluteFilename (const FcChar8 *s)
{ {
FcChar8 *file; FcChar8 *file;