Mercurial > mplayer.hg
changeset 31970:7779efdd10a7
Cosmetics pointed out by Diego Biurrun
author | reynaldo |
---|---|
date | Tue, 07 Sep 2010 02:08:31 +0000 |
parents | b2fb8e656eca |
children | 910579aafc61 |
files | mplayer.c |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Mon Sep 06 19:36:47 2010 +0000 +++ b/mplayer.c Tue Sep 07 02:08:31 2010 +0000 @@ -3227,10 +3227,9 @@ if (edl_output_filename) { if (edl_fd) fclose(edl_fd); - if ((edl_fd = fopen(edl_output_filename, "w")) == NULL) - { + if ((edl_fd = fopen(edl_output_filename, "w")) == NULL) { mp_msg(MSGT_CPLAYER, MSGL_ERR, MSGTR_EdlCantOpenForWrite, - filename_recode(edl_output_filename)); + filename_recode(edl_output_filename)); } } @@ -4003,7 +4002,7 @@ edl_loadfile(); else mp_msg(MSGT_CPLAYER, MSGL_ERR, MSGTR_EdlOutOfMemFile, - cmd->args[0].v.s); + cmd->args[0].v.s); } mp_cmd_free(cmd); if (brk_cmd == 2)