tests: Remove redundant return statements
When the execution reaches the end of the main functions, they implicitly return a successful status.
This commit is contained in:
@@ -24,6 +24,4 @@ int main(void) {
|
||||
ptra[i] = (char)i;
|
||||
}
|
||||
free(ptra);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user