1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-01-04 04:37:47 +00:00
parent 0b4bf70e80
commit 1da73a0cc1

View file

@ -169,7 +169,7 @@ abstract public class PDOMWriter {
if (!stati.isEmpty()) {
String path= null;
if (ifls.length > 0) {
path= ifls[ifls.length-1].getURI().getPath();
path= ifls[ifls.length - 1].getURI().getPath();
} else {
path= ast.getFilePath().toString();
}