mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 08:15:48 +02:00
[247572] Fix for typo
This commit is contained in:
parent
e32529f3f0
commit
4db894ab5d
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ public class VariableVMNode extends AbstractExpressionVMNode
|
||||||
update.setFontData(JFaceResources.getFontDescriptor(IInternalDebugUIConstants.VARIABLE_TEXT_FONT).getFontData()[0], idx);
|
update.setFontData(JFaceResources.getFontDescriptor(IInternalDebugUIConstants.VARIABLE_TEXT_FONT).getFontData()[0], idx);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ( extractingFormattedDataIndex == -1 ) && ( extractingAddressDataIndex == 1 ) ) {
|
if ( ( extractingFormattedDataIndex == -1 ) && ( extractingAddressDataIndex == -1 ) ) {
|
||||||
update.done();
|
update.done();
|
||||||
} else {
|
} else {
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue