mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-03 04:22:47 -05:00
Remove 'static' qualifier from Conf pointer
Configuration pointer is globally visible from winstuff.h, so it cannot be 'static' any longer.
This commit is contained in:

committed by
Simon Tatham

parent
506a0b1b77
commit
a4b5f66d93
@ -41,7 +41,7 @@ void cmdline_error(const char *fmt, ...)
|
||||
static bool local_tty = false; /* do we have a local tty? */
|
||||
|
||||
static Backend *backend;
|
||||
static Conf *conf;
|
||||
Conf *conf;
|
||||
|
||||
/*
|
||||
* Default settings that are specific to Unix plink.
|
||||
|
Reference in New Issue
Block a user