typo found by Mizda Gabor <gabrov at freemail dot hu>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13630 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-10-13 09:46:26 +00:00
parent 4cba6fba71
commit a046b30311
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ static char help_text[]=
#define MSGTR_CodecLacksFourcc "\ncodec(%s) does not have FourCC/format!\n"
#define MSGTR_CodecLacksDriver "\ncodec(%s) does not have a driver!\n"
#define MSGTR_CodecNeedsDLL "\ncodec(%s) needs a 'dll'!\n"
#define MSGTR_CodecNeedsOutfmt "\ncodec(%s) needa an 'outfmt'!\n"
#define MSGTR_CodecNeedsOutfmt "\ncodec(%s) needs an 'outfmt'!\n"
#define MSGTR_CantAllocateComment "Can't allocate memory for comment. "
#define MSGTR_GetTokenMaxNotLessThanMAX_NR_TOKEN "get_token(): max >= MAX_MR_TOKEN!"
#define MSGTR_ReadingFile "Reading %s: "