Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschu <schu-github@schulog.org>2011-08-09 14:55:51 +0400
committerschu <schu-github@schulog.org>2011-08-09 14:55:51 +0400
commit33e9ee8f12a2dc6f8583b5baf56681f142651aea (patch)
tree1b017f698f45ca741ca9738d5f0d7dc46634a086 /src/mwindow.c
parentf6867e639a963726f381739314ea7a9d181c5aae (diff)
mwindow.c: fix -Wmissing-field-initializers
Signed-off-by: schu <schu-github@schulog.org>
Diffstat (limited to 'src/mwindow.c')
-rw-r--r--src/mwindow.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mwindow.c b/src/mwindow.c
index e9dbfb325..585d75c12 100644
--- a/src/mwindow.c
+++ b/src/mwindow.c
@@ -47,7 +47,12 @@ static git_mwindow_ctl ctl = {
0,
0,
DEFAULT_WINDOW_SIZE,
- DEFAULT_MAPPED_LIMIT
+ DEFAULT_MAPPED_LIMIT,
+ 0,
+ 0,
+ 0,
+ 0,
+ {0, 0, 0, 0, 0}
};
/*