add missing endl

This commit is contained in:
Max Lyon
2020-11-30 20:51:56 +01:00
parent 11c092e8e2
commit 9c4679f903

View File

@@ -792,7 +792,7 @@ size_t _OMReader_::restore_binary_custom_data(std::istream& _is, BaseProperty* _
block_size = 0;
} else {
omerr() << "Warning! Property " << _bp->name() << " not loaded: " << "Mismatching data sizes!n";
omerr() << "Warning! Property " << _bp->name() << " not loaded: " << "Mismatching data sizes!" << std::endl;
}
}