warning fix (missing C initializer)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10858 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2003-09-12 15:54:28 +00:00
parent 351d847c12
commit 83b1a9684f
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ static struct
int ready;
int count;
struct mem_block blocks[REAL_MEM_BLOCKS];
} mem_info = { 0 };
} mem_info = { .ready = 0, };
static int
real_mem_init(void)
@ -181,7 +181,7 @@ static struct
unsigned short ret_seg, ret_off;
unsigned short stack_seg, stack_off;
struct vm86_struct vm;
} context = { 0 };
} context = { .ready = 0, };
static inline void