diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/SkFont.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkFont.cpp b/src/core/SkFont.cpp index c909f04c0a..dcc2f0bf67 100644 --- a/src/core/SkFont.cpp +++ b/src/core/SkFont.cpp @@ -63,7 +63,7 @@ int SkFont::textToGlyphs(const void* text, size_t byteLength, SkTextEncoding enc if (0 == byteLength) { return 0; } - + SkASSERT(text); int count = 0; // fix uninitialized warning (even though the switch is complete!) |