Merge pull request #322 from jelly/resolve-missing-initializer

Resolve missing field 'font_scale' initializer
This commit is contained in:
Daniel Micay 2016-03-22 15:29:48 -04:00
commit 119bf665a0
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
};