commit | 959d73e8dd2cfebedb93e3025525037fdc953dfb | [log] [tgz] |
---|---|---|
author | Joerg Mayer <jmayer@loplof.de> | Sun Oct 22 23:56:32 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Oct 22 23:56:32 2000 +0000 |
tree | 1600e44247cdb5ef95dd1bd7233fd9097de6617a | |
parent | 2aeb57eeff39e15a2550d7d85f1b91f5a986b473 [diff] [blame] |
Reduce the number of warnings about missing initializers.
diff --git a/files/dos_fs.c b/files/dos_fs.c index 5c1da9a..6db2181 100644 --- a/files/dos_fs.c +++ b/files/dos_fs.c
@@ -1489,7 +1489,7 @@ const char *long_mask, int drive, BYTE attr, int skip, WIN32_FIND_DATAA *entry ) { - static FIND_FIRST_INFO info = { NULL }; + static FIND_FIRST_INFO info; LPCSTR short_name, long_name; int count;