mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
Bug 1289366 - added return statement for CharToByte when assertion fails. r=keeler
MozReview-Commit-ID: LDAamOxHdli --HG-- extra : rebase_source : 7a180b058c3d756074b4cb2f56356c41eaf9919d
This commit is contained in:
parent
5ff7384025
commit
d19b17ffc3
@ -125,6 +125,7 @@ CharToByte(char c)
|
||||
return c - 'A' + 10;
|
||||
}
|
||||
MOZ_RELEASE_ASSERT(false);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static Buffer
|
||||
|
Loading…
x
Reference in New Issue
Block a user