Fix of warning reported on CDash

This commit is contained in:
Robert Osfield
2009-01-09 15:11:15 +00:00
parent 1def3b3512
commit 9b4c6e25ea

View File

@@ -111,8 +111,8 @@ ReaderWriter::ReadResult ReaderWriterBSP::readNode(
return ReadResult::ERROR_IN_READING_FILE;
}
}
else
return ReadResult::FILE_NOT_HANDLED;
return ReadResult::FILE_NOT_HANDLED;
}