1
0
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:
Simon Tatham
2022-09-03 12:02:48 +01:00
parent c12cde1bea
commit 9a84a89c32
16 changed files with 74 additions and 67 deletions

View File

@ -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 {