Mercurial > mplayer.hg
changeset 16904:a95819f390f4
MSGTR_MemAllocFailed printout changed to fit its definition in help/help_mp-en.h
author | ptt |
---|---|
date | Sat, 05 Nov 2005 00:45:56 +0000 |
parents | 516abe950a05 |
children | c3762297a9d1 |
files | libaf/af_ladspa.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libaf/af_ladspa.c Sat Nov 05 00:42:10 2005 +0000 +++ b/libaf/af_ladspa.c Sat Nov 05 00:45:56 2005 +0000 @@ -497,7 +497,7 @@ */ 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; }