1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

-yet another push

This commit is contained in:
Dave McKnight 2015-01-28 11:09:46 -05:00
parent 365c541bf6
commit f25615b5f1

View file

@ -2221,7 +2221,7 @@ public class SystemTableView
TableItem[] items = getTable().getItems();
TableItem found = null;
for (int i = sel+1; i < items.length && found == null; i++){
TableItem item = items[i];
TableItem item = items[i];
String text = item.getText();
if (text.startsWith(""+c)){ //$NON-NLS-1$
found = item;