diff options
author | ranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-12-03 20:36:12 +0000 |
---|---|---|
committer | ranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-12-03 20:36:12 +0000 |
commit | c1293cb31350cd56cb7b47204b2f9be899f53408 (patch) | |
tree | 0237f0af3c32c46fc589de67ec03cf2c0aa78a57 /help | |
parent | 8637463dea865338efea1d27656c40ab25c58b4b (diff) |
missing dot
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17086 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-en.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h index b966251ff6..41a1fc8dce 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -1093,7 +1093,7 @@ static char help_text[]= // ao_sun.c #define MSGTR_AO_SUN_RtscSetinfoFailed "[AO SUN] rtsc: SETINFO failed.\n" -#define MSGTR_AO_SUN_RtscWriteFailed "[AO SUN] rtsc: write failed." +#define MSGTR_AO_SUN_RtscWriteFailed "[AO SUN] rtsc: write failed.\n" #define MSGTR_AO_SUN_CantOpenAudioDev "[AO SUN] Can't open audio device %s, %s -> nosound.\n" #define MSGTR_AO_SUN_UnsupSampleRate "[AO SUN] audio_setup: your card doesn't support %d channel, %s, %d Hz samplerate.\n" #define MSGTR_AO_SUN_CantUseSelect "[AO SUN]\n *** Your audio driver DOES NOT support select() ***\nRecompile MPlayer with #undef HAVE_AUDIO_SELECT in config.h !\n\n" |