Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 22, 2019
1 parent f5e7948 commit db55bf8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -263,7 +263,7 @@ void CellMLSupportPlugin::newCellmlFile()
// Make sure that the file has indeed been created

if (createStatus != Core::FileManager::Status::Created) {
qFatal("FATAL ERROR | %s:%d: the new CellML file did not get created.", __FILE__, __LINE__);
qFatal("FATAL ERROR | %s:%d: the new CellML file could not be created.", __FILE__, __LINE__);
}
#endif
}
Expand Down

0 comments on commit db55bf8

Please sign in to comment.