mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-17 01:33:16 +03:00
fix gtk options loading
This commit is contained in:
parent
06091eee36
commit
ccc9ad969b
@ -1108,7 +1108,7 @@ static nserror create_config_home(char **config_home_out)
|
||||
static nserror nsgtk_option_init(int *pargc, char** argv)
|
||||
{
|
||||
nserror ret;
|
||||
char *choices;
|
||||
char *choices = NULL;
|
||||
|
||||
/* user options setup */
|
||||
ret = nsoption_init(set_defaults, &nsoptions, &nsoptions_default);
|
||||
|
Loading…
Reference in New Issue
Block a user