# HG changeset patch # User diego # Date 1211155518 0 # Node ID 91d6ee54e94d3886200861f2701dfc9713695f1d # Parent efc87dbf2f03321e0fa6b5839d154f618d34f9fe The multiple inclusion guard in help_mp.h has to cover the whole file, including the non-translated parts. diff -r efc87dbf2f03 -r 91d6ee54e94d Makefile --- 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 */' >> $@