Skip to content

Commit 41e9ffb

Browse files
committed
use 1 as error flag [skip ci]
1 parent 5c1dd1a commit 41e9ffb

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)