1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

add a newline before the "Playing"... line

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18152 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-04-19 21:06:12 +00:00
parent d4e9855511
commit 11ff3f51fb
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ static char help_text[]=
#define MSGTR_NoGui "MPlayer was compiled WITHOUT GUI support.\n"
#define MSGTR_GuiNeedsX "MPlayer GUI requires X11.\n"
#define MSGTR_Playing "Playing %s.\n"
#define MSGTR_Playing "\nPlaying %s.\n"
#define MSGTR_NoSound "Audio: no sound\n"
#define MSGTR_FPSforced "FPS forced to be %5.3f (ftime: %5.3f).\n"
#define MSGTR_CompiledWithRuntimeDetection "Compiled with runtime CPU detection.\n"

View File

@ -2213,7 +2213,7 @@ int gui_no_filename=0;
#ifdef HAVE_SSE2
mp_msg(MSGT_CPLAYER,MSGL_INFO," SSE2");
#endif
mp_msg(MSGT_CPLAYER,MSGL_INFO,"\n\n");
mp_msg(MSGT_CPLAYER,MSGL_INFO,"\n");
#endif /* RUNTIME_CPUDETECT */
#endif /* defined(ARCH_X86) || defined(ARCH_X86_64) */