Replace 0 by EXIT_SUCCESS
This commit is contained in:
@@ -167,7 +167,7 @@ int SolveDimacsAssignment(int argc, char* argv[]) {
|
||||
}
|
||||
delete assignment;
|
||||
delete graph;
|
||||
return 0;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
} // namespace operations_research
|
||||
|
||||
|
||||
Reference in New Issue
Block a user