aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkParse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/SkParse.cpp')
-rw-r--r--src/utils/SkParse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/SkParse.cpp b/src/utils/SkParse.cpp
index cb265c383f..f93e2ef1b2 100644
--- a/src/utils/SkParse.cpp
+++ b/src/utils/SkParse.cpp
@@ -130,7 +130,7 @@ const char* SkParse::FindHex(const char str[], uint32_t* value)
*value = n;
return str;
}
- return NULL;
+ return false;
}
const char* SkParse::FindS32(const char str[], int32_t* value)