1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 225992

MIssing return
This commit is contained in:
Marc Khouzam 2008-07-10 13:18:26 +00:00
parent 8a2aca5fd2
commit e4eedcb9a4

View file

@ -532,6 +532,7 @@ public class MIRunControl extends AbstractDsfService implements IRunControl
if (context instanceof IContainerDMContext) {
rm.setData(false);
rm.done();
return;
}
canResume(context, rm);
}