mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-07 18:43:32 +02:00
Fix typo in previous commit.
This commit is contained in:
parent
d8bdb2c2b3
commit
58150201b7
1 changed files with 1 additions and 3 deletions
|
@ -127,10 +127,8 @@ public class CDebugUIUtils {
|
|||
valueString = CDebugUIMessages.getString( "CDTDebugModelPresentation.24" ); //$NON-NLS-1$
|
||||
label.append( valueString );
|
||||
}
|
||||
else if ( type == null ) {
|
||||
if ( valueString.length() > 0 ) {
|
||||
else if ( valueString.length() > 0 ) {
|
||||
label.append( valueString );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue