mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[250308] Missing else statement
This commit is contained in:
parent
b908d7bb21
commit
b849e3cc0c
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ public class MIVariableManager implements ICommandControl {
|
||||||
if (editable != null) {
|
if (editable != null) {
|
||||||
rm.setData(editable);
|
rm.setData(editable);
|
||||||
rm.done();
|
rm.done();
|
||||||
} if (isComplex()) {
|
} else if (isComplex()) {
|
||||||
editable = false;
|
editable = false;
|
||||||
rm.setData(editable);
|
rm.setData(editable);
|
||||||
rm.done();
|
rm.done();
|
||||||
|
|
Loading…
Add table
Reference in a new issue