mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix problems.
This commit is contained in:
parent
42fab5f121
commit
d59380e098
1 changed files with 2 additions and 1 deletions
|
@ -251,7 +251,8 @@ public class IndexUI {
|
||||||
best= candidate;
|
best= candidate;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return best;
|
if (best != null)
|
||||||
|
return best;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue