changeset 26803:91d6ee54e94d

The multiple inclusion guard in help_mp.h has to cover the whole file, including the non-translated parts.
author diego
date Mon, 19 May 2008 00:05:18 +0000
parents efc87dbf2f03
children e49511beeb68
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun May 18 23:58:05 2008 +0000
+++ b/Makefile	Mon May 19 00:05:18 2008 +0000
@@ -770,9 +770,9 @@
 else
 	iconv -f UTF-8 -t $(CHARSET) "$(HELP_FILE)" >> $@
 endif
-	@echo '#endif /* MPLAYER_HELP_MP_H */' >> $@
 	@echo '// untranslated messages from the English master file:' >> $@
 	help/help_diff.sh $(HELP_FILE) < help/help_mp-en.h >> $@
+	@echo '#endif /* MPLAYER_HELP_MP_H */' >> $@