FcStrCanonAbsoluteFilename should be static.
This commit is contained in:
parent
bae5db78dd
commit
b5803016d7
|
@ -833,7 +833,7 @@ FcStrBasename (const FcChar8 *file)
|
|||
return FcStrCopy (slash + 1);
|
||||
}
|
||||
|
||||
FcChar8 *
|
||||
static FcChar8 *
|
||||
FcStrCanonAbsoluteFilename (const FcChar8 *s)
|
||||
{
|
||||
FcChar8 *file;
|
||||
|
|
Loading…
Reference in New Issue