cleanup: mplayer.c: clean up pause_loop() a bit

This commit is contained in:
Uoti Urpala 2011-02-15 18:38:43 +02:00
parent ba3dab4639
commit f7d8bba686
1 changed files with 11 additions and 11 deletions

View File

@ -2874,8 +2874,8 @@ static void pause_loop(struct MPContext *mpctx)
set_osd_tmsg(OSD_MSG_PAUSE, 1, 0, " ===== PAUSE =====");
update_osd_msg(mpctx);
} else
mp_msg(MSGT_CPLAYER, MSGL_STATUS, "%c%s%c",
'\n', mp_gtext(" ===== PAUSE ====="), '\r');
mp_msg(MSGT_CPLAYER, MSGL_STATUS, "\n%s\r",
mp_gtext(" ===== PAUSE ====="));
mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_PAUSED\n");
}