Index: core/fpdfapi/fpdf_font/cpdf_type1font.cpp |
diff --git a/core/fpdfapi/fpdf_font/cpdf_type1font.cpp b/core/fpdfapi/fpdf_font/cpdf_type1font.cpp |
index 5fbc520ae5eb2578c6f42cb5dbb5dadb39781c0b..a237da150165b06adc65e97bcdce202b1bafe72e 100644 |
--- a/core/fpdfapi/fpdf_font/cpdf_type1font.cpp |
+++ b/core/fpdfapi/fpdf_font/cpdf_type1font.cpp |
@@ -40,7 +40,7 @@ const FX_CHAR* GlyphNameRemap(const FX_CHAR* pStrAdobe) { |
compareString); |
if (found) |
return found->m_pStrUnicode; |
- return NULL; |
+ return nullptr; |
} |
#endif // _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_ |