MSGTR_MemAllocFailed printout changed to fit its definition in help/help_mp-en.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16905 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ptt 2005-11-05 00:45:56 +00:00
parent 0d376af4ad
commit 6e1d740c4a
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ static int af_ladspa_load_plugin(af_ladspa_t *setup) {
*/
static int af_ladspa_malloc_failed(char *myname) {
af_msg(AF_MSG_ERROR, "%s: %s\n", myname, MSGTR_MemAllocFailed);
af_msg(AF_MSG_ERROR, "%s: %s", myname, MSGTR_MemAllocFailed);
return AF_ERROR;
}