mirror of https://github.com/openXC7/prjxray.git
make format.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
f9481e7c7c
commit
84ccebce22
|
|
@ -60,9 +60,10 @@ int patch_frames(
|
|||
|
||||
auto iter = frames->find(frame_address);
|
||||
if (iter == frames->end()) {
|
||||
std::cerr
|
||||
<< "frame address 0x" << std::hex << frame_address
|
||||
<< " because it was not found in frames." << std::endl;
|
||||
std::cerr << "frame address 0x" << std::hex
|
||||
<< frame_address
|
||||
<< " because it was not found in frames."
|
||||
<< std::endl;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue