mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
return was at the wrong place.
This commit is contained in:
parent
43e6ac9930
commit
3e2c4dadb3
1 changed files with 1 additions and 1 deletions
|
@ -129,8 +129,8 @@ public class MIInferior extends Process {
|
|||
} catch (MIException e) {
|
||||
// no rethrown.
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
throw new IllegalThreadStateException();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue