1
0
Fork 0
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:
Alain Magloire 2004-03-05 03:17:30 +00:00
parent f9a2675180
commit 3a8a2930b6

View file

@ -71,7 +71,7 @@ public class PEBinaryObject extends BinaryObjectAdapter {
info = new BinaryObjectInfo();
}
}
return null;
return info;
}
protected PE getPE() throws IOException {