summaryrefslogtreecommitdiff
path: root/src/mbgl/util/url.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/url.cpp')
-rw-r--r--src/mbgl/util/url.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/util/url.cpp b/src/mbgl/util/url.cpp
index 37a70007ca..c247931c2d 100644
--- a/src/mbgl/util/url.cpp
+++ b/src/mbgl/util/url.cpp
@@ -24,7 +24,7 @@ inline bool isSchemeCharacter(char c) {
inline char toLowerHex(char c) {
c &= 0x0F;
- return '0' + c + (c > 9 ? 7 : 0);
+ return '0' + c + (c > 9 ? 39 : 0);
}
} // namespace