Commit 86960158 by Vicent Martí

Merge pull request #362 from schu/fix-missing-initializer

mwindow.c: fix -Wmissing-field-initializers
parents f6867e63 33e9ee8f
...@@ -47,7 +47,12 @@ static git_mwindow_ctl ctl = { ...@@ -47,7 +47,12 @@ static git_mwindow_ctl ctl = {
0, 0,
0, 0,
DEFAULT_WINDOW_SIZE, DEFAULT_WINDOW_SIZE,
DEFAULT_MAPPED_LIMIT DEFAULT_MAPPED_LIMIT,
0,
0,
0,
0,
{0, 0, 0, 0, 0}
}; };
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment