mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-16 10:37:38 -05:00
Add a batch of missing 'static's.
This commit is contained in:
@ -1537,7 +1537,7 @@ static void set_erase_char(Terminal *term)
|
||||
* lookups which would be involved in fetching them from the former
|
||||
* every time.
|
||||
*/
|
||||
void term_copy_stuff_from_conf(Terminal *term)
|
||||
static void term_copy_stuff_from_conf(Terminal *term)
|
||||
{
|
||||
term->ansi_colour = conf_get_bool(term->conf, CONF_ansi_colour);
|
||||
term->no_arabicshaping = conf_get_bool(term->conf, CONF_no_arabicshaping);
|
||||
|
Reference in New Issue
Block a user