commit | a9f6a9daec11a41bd9309df580d110aa1d6c1d83 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Tue Oct 24 02:22:16 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 24 02:22:16 2000 +0000 |
tree | 28b9a3f3ff5e2bb8826c6823ca276d9e204308f6 | |
parent | f87b96e711f35e14774fccb01303c69f2d3b3cf6 [diff] [blame] |
Explicitly initialize structures.
diff --git a/misc/options.c b/misc/options.c index e81fefd..68cc4a3 100644 --- a/misc/options.c +++ b/misc/options.c
@@ -96,7 +96,7 @@ "--version,-v Display the Wine version" }, { "winver", 0, 1, 1, VERSION_ParseWinVersion, "--winver Version to imitate (one of win31,win95,nt351,nt40)" }, - { NULL, } /* terminator */ + { NULL, 0, 0, 0, NULL, NULL } /* terminator */ };