[Mplayer-cvslog] CVS: main m_struct.c,1.1,1.2

Alban Bedel CVS albeu at mplayerhq.hu
Wed Apr 2 18:05:47 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv25014

Modified Files:
	m_struct.c 
Log Message:
Typo fix


Index: m_struct.c
===================================================================
RCS file: /cvsroot/mplayer/main/m_struct.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- m_struct.c	12 Nov 2002 14:16:30 -0000	1.1
+++ m_struct.c	2 Apr 2003 16:05:21 -0000	1.2
@@ -60,7 +60,7 @@
   } 
 
   if(f->type->parse(f,field,param,M_ST_MB_P(obj,f->p),M_CONFIG_FILE) < 0) {
-    mp_msg(MSGT_CFGPARSER, MSGL_ERR,"Strut %s, field %s parsing error: %s\n",
+    mp_msg(MSGT_CFGPARSER, MSGL_ERR,"Struct %s, field %s parsing error: %s\n",
 	   st->name,field,param);
     return 0;
   }



More information about the MPlayer-cvslog mailing list