diff options
author | corey <corey@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-31 06:01:56 +0000 |
---|---|---|
committer | corey <corey@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-31 06:01:56 +0000 |
commit | 73d3155f24f3472a92f785c1f7b630713203c5ef (patch) | |
tree | b2c707a283649c5daeba014e9895e03d5c449f12 /help | |
parent | 8dec4eaf25a272755387af21ee23251a598bf019 (diff) |
A question needs a question mark, but in this case I think at least two
are required.
Fixes part 2 of Otvos Attila's "printf2mp_msg" changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18008 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 0c15df1786..5a7243ebad 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -1537,7 +1537,7 @@ static char help_text[]= // libmpcodecs/vf_expand.c #define MSGTR_MPCODECS_FullDRNotPossible "Full DR not possible, trying SLICES instead!\n" #define MSGTR_MPCODECS_WarnNextFilterDoesntSupportSlices "WARNING! next filter doesn't support SLICES, get ready for sig11...\n" -#define MSGTR_MPCODECS_FunWhydowegetNULL "Why do we get NULL \n" +#define MSGTR_MPCODECS_FunWhydowegetNULL "Why do we get NULL??\n" // libmpcodecs/vf_fame.c #define MSGTR_MPCODECS_FatalCantOpenlibFAME "FATAL: cannot open libFAME!\n" |