mirror of
https://github.com/corda/corda.git
synced 2025-01-09 06:23:04 +00:00
fix build error in previous commit
This commit is contained in:
parent
c9bec0ce96
commit
ac37941fa5
@ -3797,6 +3797,8 @@ pickJunctionSite(Context* c, Value* v, Read* r, unsigned frameIndex)
|
|||||||
fprintf(stderr, "use frame\n");
|
fprintf(stderr, "use frame\n");
|
||||||
}
|
}
|
||||||
return frameSite(c, frameIndex);
|
return frameSite(c, frameIndex);
|
||||||
|
} else {
|
||||||
|
abort(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user