Resolve missing field 'font_scale' initializer

The font_scale member of the struct config_info was not
initialized.
This commit is contained in:
Jelle van der Waa 2016-03-21 21:34:30 +01:00
parent 4d8974829f
commit c747c9317e
1 changed files with 1 additions and 1 deletions

View File

@ -1562,7 +1562,7 @@ int main(int argc, char **argv) {
nullptr},
{vi_mode::insert, 0, 0, 0, 0},
{{nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, 0, 0, 0},
nullptr, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE, FALSE, -1, config_file},
nullptr, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE, FALSE, -1, config_file, 0},
gtk_window_fullscreen
};