mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +01:00
util: Added a few missing 'static' attributes for functions
This commit is contained in:
committed by
Carlos R. Mafra
parent
d517d5cac0
commit
549cefc47b
@@ -135,7 +135,7 @@ static char *mapSlantToName(str * slant)
|
||||
}
|
||||
}
|
||||
|
||||
char *xlfdToFc(const char *xlfd, const char *useFamily, Bool keepXLFD)
|
||||
static char *xlfdToFc(const char *xlfd, const char *useFamily, Bool keepXLFD)
|
||||
{
|
||||
str *tokens, *family, *weight, *slant;
|
||||
char *name, buf[64];
|
||||
|
||||
Reference in New Issue
Block a user