Remove invalid character, causing compile to fail

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15092 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
wight 2005-04-10 14:52:31 +00:00
parent 295ac8e910
commit 9b4764c8d8
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ static char help_text[]=
#define MSGTR_MENU_NextStream "Nächster Stream"
#define MSGTR_MENU_PrevStream "Vorheriger Stream"
#define MSGTR_MENU_Size "Größe"
#define MSGTR_MENU_HalfSize   "Halbe Größe"
#define MSGTR_MENU_HalfSize "Halbe Größe"
#define MSGTR_MENU_NormalSize "Normale Größe"
#define MSGTR_MENU_DoubleSize "Doppelte Größe"
#define MSGTR_MENU_FullScreen "Vollbild"