Skip to content

Commit

Permalink
LinearSortingPolicy: change return value to 1 for success
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Jul 28, 2022
1 parent 2220bc8 commit d8b3194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/LinearSortingPolicy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ namespace {
}// for all paths
}

return 0;
return 1;
}


Expand Down

0 comments on commit d8b3194

Please sign in to comment.