mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-18 03:20:59 -05:00
Add a batch of missing 'static's.
This commit is contained in:
@ -728,7 +728,7 @@ wchar_t xlat_uskbd2cyrllic(int ch)
|
||||
return cyrtab[ch&0x7F];
|
||||
}
|
||||
|
||||
int check_compose_internal(int first, int second, int recurse)
|
||||
static int check_compose_internal(int first, int second, int recurse)
|
||||
{
|
||||
|
||||
static const struct {
|
||||
|
Reference in New Issue
Block a user