Skip to content
Snippets Groups Projects
Verified Commit f2a97e3d authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added return early

parent 8a3d0f42
No related branches found
No related tags found
No related merge requests found
Pipeline #26913 passed
...@@ -44,6 +44,7 @@ int main(int argc, char **argv) { ...@@ -44,6 +44,7 @@ int main(int argc, char **argv) {
break; break;
default: default:
printf("Choice non available\n"); printf("Choice non available\n");
return EXIT_FAILURE;
break; break;
} }
print(size, res); print(size, res);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment