summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2008-07-13 11:58:38 +0000
committerJonathan Kew <jfkthame@googlemail.com>2008-07-13 11:58:38 +0000
commit3d71ca41b612a13560d04aaae74c689037b8a064 (patch)
treebdbbb2ef245d8546efed55fb4df5b020cb7be5d4 /Build
parent7d242a30bed5b0fce479c9a5e80f690d19542abc (diff)
fix incorrect #elif, should be #else
git-svn-id: svn://tug.org/texlive/trunk@9509 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/libs/icu-xetex/layoutex/ParagraphLayout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/icu-xetex/layoutex/ParagraphLayout.cpp b/Build/source/libs/icu-xetex/layoutex/ParagraphLayout.cpp
index f485899c790..27e75c2e0d6 100644
--- a/Build/source/libs/icu-xetex/layoutex/ParagraphLayout.cpp
+++ b/Build/source/libs/icu-xetex/layoutex/ParagraphLayout.cpp
@@ -854,7 +854,7 @@ le_int32 ParagraphLayout::getLanguageCode(const Locale *locale)
return nullLanguageCode;
}
-#elif
+#else
// TODO - dummy implementation for right now...
le_int32 ParagraphLayout::getLanguageCode(const Locale *locale)