mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
remove extra semicolon
This commit is contained in:
parent
7a3bf85caf
commit
f0e66eea37
@ -1886,7 +1886,7 @@ makeCurrentContinuation(MyThread* t, void** targetIp, void** targetBase,
|
||||
*targetIp = ip;
|
||||
*targetBase = base;
|
||||
*targetStack = static_cast<void**>(stack)
|
||||
+ t->arch->frameReturnAddressSize();;
|
||||
+ t->arch->frameReturnAddressSize();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user