[MPlayer-cvslog] r26900 - in trunk: help/help_mp-en.h libvo/mga_common.c
diego
subversion at mplayerhq.hu
Tue May 27 15:30:50 CEST 2008
Author: diego
Date: Tue May 27 15:30:50 2008
New Revision: 26900
Log:
Fix typo in string name.
Modified:
trunk/libvo/mga_common.c
Changes in other areas also in this revision:
Modified:
trunk/help/help_mp-en.h
Modified: trunk/libvo/mga_common.c
==============================================================================
--- trunk/libvo/mga_common.c (original)
+++ trunk/libvo/mga_common.c Tue May 27 15:30:50 2008
@@ -467,7 +467,7 @@ static int preinit(const char *vo_subdev
ioctl(f,MGA_VID_GET_VERSION,&ver);
if(MGA_VID_VERSION != ver)
{
- mp_msg(MSGT_VO, MSGL_ERR, MGSTR_LIBVO_MGA_mgavidVersionMissmatch, ver, MGA_VID_VERSION);
+ mp_msg(MSGT_VO, MSGL_ERR, MGSTR_LIBVO_MGA_mgavidVersionMismatch, ver, MGA_VID_VERSION);
return -1;
}
More information about the MPlayer-cvslog
mailing list