[MPlayer-cvslog] CVS: main m_config.c,1.14,1.15
Alban Bedel CVS
syncmail at mplayerhq.hu
Mon Mar 13 22:18:30 CET 2006
CVS change done by Alban Bedel CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv1592
Modified Files:
m_config.c
Log Message:
10L fix missing return statement.
Index: m_config.c
===================================================================
RCS file: /cvsroot/mplayer/main/m_config.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- m_config.c 25 Jan 2006 11:28:19 -0000 1.14
+++ m_config.c 13 Mar 2006 21:18:27 -0000 1.15
@@ -470,6 +470,7 @@
p->opts[p->num_opts*2+1] = val ? strdup(val) : NULL;
p->num_opts++;
p->opts[p->num_opts*2] = p->opts[p->num_opts*2+1] = NULL;
+ return 1;
}
static void
More information about the MPlayer-cvslog
mailing list