Index: core/fxcrt/fx_arabic.cpp |
diff --git a/core/fxcrt/fx_arabic.cpp b/core/fxcrt/fx_arabic.cpp |
index 434c2031200c1e0d6e946d188c123cd6b17a1c0f..2c0a1bbad78fab07d0bdaa100e56cfa3fa752e4a 100644 |
--- a/core/fxcrt/fx_arabic.cpp |
+++ b/core/fxcrt/fx_arabic.cpp |
@@ -251,7 +251,7 @@ const FX_ARBFORMTABLE* ParseChar(const CFX_Char* pTC, |
const FX_ARBFORMTABLE* FX_GetArabicFormTable(FX_WCHAR unicode) { |
if (unicode < 0x622 || unicode > 0x6d5) { |
- return NULL; |
+ return nullptr; |
} |
return g_FX_ArabicFormTables + unicode - 0x622; |
} |