From cb57c3e3e6209f289fbd20a3fa28310f9f2fac8b Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 9 May 2012 07:56:46 +0200 Subject: po/Makefile: missing one semicolon still --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index 45c91c9ae..5ec4a157c 100644 --- a/po/Makefile +++ b/po/Makefile @@ -55,7 +55,7 @@ clean: else \ rm -f $@.new; \ fi; \ - msgfmt --statistics $@ 2>&1 \ + msgfmt --statistics $@ 2>&1; \ fi check: -- cgit v1.2.3