Index: core/src/fpdfdoc/doc_formfield.cpp |
diff --git a/core/src/fpdfdoc/doc_formfield.cpp b/core/src/fpdfdoc/doc_formfield.cpp |
index 7e734b4e2f812c3b04a85c00c59b5924b89ed20f..0766eb0bc05ce80b989089d323b58deef05429cb 100644 |
--- a/core/src/fpdfdoc/doc_formfield.cpp |
+++ b/core/src/fpdfdoc/doc_formfield.cpp |
@@ -529,7 +529,7 @@ FX_BOOL CPDF_FormField::IsItemSelected(int index) { |
} |
if (pValue->IsString()) |
- return (pValue->GetUnicodeText() == opt_value); |
+ return pValue->GetUnicodeText() == opt_value; |
if (pValue->IsNumber()) { |
if (pValue->GetString().IsEmpty()) |