mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
returning the wrong value.
This commit is contained in:
parent
f9a2675180
commit
3a8a2930b6
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class PEBinaryObject extends BinaryObjectAdapter {
|
|||
info = new BinaryObjectInfo();
|
||||
}
|
||||
}
|
||||
return null;
|
||||
return info;
|
||||
}
|
||||
|
||||
protected PE getPE() throws IOException {
|
||||
|
|
Loading…
Add table
Reference in a new issue