Skip to content

Commit 67f2cbe

Browse files
committed
Merge branch 'master' into fmi3
2 parents a9b6628 + 41e9ffb commit 67f2cbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

export/descriptionGenerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ int main(int argc, char **argv) {
7070
if (!handle) {
7171
const auto err = "Unable to load dynamic library '" + libName + "'! " + getLastError();
7272
std::cerr << err << std::endl;
73-
return -1;
73+
return 1;
7474
}
7575

7676
const auto f = load_function<modelDescriptionTYPE*>(handle, "write_description");

0 commit comments

Comments
 (0)