fix missing semicolon

This commit is contained in:
Andreas Lauser
2019-02-19 11:04:12 +01:00
parent 9de0e54b63
commit c80e4c40c4

View File

@@ -503,7 +503,7 @@ public:
"(https://opm-project.org).\n"
"\n"
"THE `ebos` SIMULATOR IS FOR RESEARCH PURPOSES ONLY! For industrial "
"applications, use `flow`."
"applications, use `flow`.";
else
return briefDescription_;
}