Index: core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp |
diff --git a/core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp b/core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp |
index bcac9d87d492032b884b65e480b84751fd13514b..bc3de20857d93d095417d5243079a39066395f71 100644 |
--- a/core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp |
+++ b/core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp |
@@ -472,7 +472,7 @@ static FX_WORD FX_GetCsFromLangCode(uint32_t uCode) { |
} else { |
iStart = iMid + 1; |
} |
- }; |
+ } |
return 0; |
} |
static FX_WORD FX_GetCharsetFromLang(const FX_CHAR* pLang, int32_t iLength) { |