1
0
Fork 0
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:
Marc Khouzam 2008-10-09 20:24:49 +00:00
parent b908d7bb21
commit b849e3cc0c

View file

@ -396,7 +396,7 @@ public class MIVariableManager implements ICommandControl {
if (editable != null) {
rm.setData(editable);
rm.done();
} if (isComplex()) {
} else if (isComplex()) {
editable = false;
rm.setData(editable);
rm.done();