mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 04:45:38 +02:00
Cosmetics.
This commit is contained in:
parent
7b391787c6
commit
3374ec550e
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ public class CPElement {
|
|||
fStatus = new Status(IStatus.WARNING, CUIPlugin.PLUGIN_ID, -1, CPathEntryMessages.CPElement_status_notOnSourcePath, null);
|
||||
}
|
||||
}
|
||||
if (!((IIncludeEntry)entry).getFullIncludePath().toFile().exists()) {
|
||||
if (!((IIncludeEntry) entry).getFullIncludePath().toFile().exists()) {
|
||||
fStatus = new Status(IStatus.WARNING, CUIPlugin.PLUGIN_ID, -1, CPathEntryMessages.CPElement_status_includePathNotFound, null);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue