Merge branch '2.3' into develop

This commit is contained in:
Johan Wikman
2019-05-16 10:55:19 +03:00
3 changed files with 49 additions and 1 deletions

View File

@ -589,5 +589,5 @@ int main(int argc, char** argv)
result += test1();
exit(result);
return result;
}