summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--help/help_mp-en.h2
-rw-r--r--mplayer.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 5b39944ef8..47149cbf2d 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -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"
diff --git a/mplayer.c b/mplayer.c
index 554956faf7..e6099242b9 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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) */