From b818c82a7470bf48b3676c74f627794134dbfe99 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 8 Mar 2008 20:39:04 +0000 Subject: [PATCH] Silence warning about stray space after a stray backslash. Originally committed to SVN as r1977. --- universalchardet/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/universalchardet/Makefile.am b/universalchardet/Makefile.am index 7f5087f1b..47a1f7d19 100644 --- a/universalchardet/Makefile.am +++ b/universalchardet/Makefile.am @@ -60,6 +60,6 @@ libuniversalchardet_a_SOURCES += \ EXTRA_DIST = \ Big5Freq.tab \ EUCKRFreq.tab \ - EUCTWFreq.tab \ + EUCTWFreq.tab \ GB2312Freq.tab \ JISFreq.tab