summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-12 15:54:28 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-12 15:54:28 +0000
commit83b1a9684f2e50558ec9f2c951264e25466a3719 (patch)
tree47f3896d3f914db05b37e60463b823fa7491aac1 /osdep
parent351d847c1293478fef060852e86343b8107a0353 (diff)
downloadmpv-83b1a9684f2e50558ec9f2c951264e25466a3719.tar.bz2
mpv-83b1a9684f2e50558ec9f2c951264e25466a3719.tar.xz
warning fix (missing C initializer)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10858 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-rw-r--r--osdep/lrmi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep/lrmi.c b/osdep/lrmi.c
index ce77a6767a..12dd6e4c3c 100644
--- a/osdep/lrmi.c
+++ b/osdep/lrmi.c
@@ -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