Commit 33e9ee8f by schu

mwindow.c: fix -Wmissing-field-initializers

Signed-off-by: schu <schu-github@schulog.org>
parent f6867e63
...@@ -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