Commit 61a289ab authored by swift_gan's avatar swift_gan

fix typo

parent 79e2b1bb
......@@ -37,7 +37,7 @@ namespace SandHook {
if (SDK_INT <= ANDROID_M) {
return reinterpret_cast<Size>(p) + 4 * 3;
} else {
reinterpret_cast<Size>(p);
return reinterpret_cast<Size>(p);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment