summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a50d99f0d9..dfe3197532 100644
--- a/Makefile
+++ b/Makefile
@@ -770,9 +770,9 @@ ifeq ($(CHARSET),UTF-8)
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 */' >> $@