| Index: core/fxcrt/fx_arabic.cpp
|
| diff --git a/core/fxcrt/fx_arabic.cpp b/core/fxcrt/fx_arabic.cpp
|
| index cf0056ede27b1e00835a5fca285c79c03acceab2..9e2b83f4023d6b9c2d183f6ff6c7af141e8e2fa7 100644
|
| --- a/core/fxcrt/fx_arabic.cpp
|
| +++ b/core/fxcrt/fx_arabic.cpp
|
| @@ -135,7 +135,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;
|
| }
|
|
|