Commit ffd7c292 authored by Caleb C. Sander's avatar Caleb C. Sander
Browse files

Report errors in driver exit code

parent 13fa6bbe
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -455,7 +455,7 @@ int main(int argc, char **argv)
printf("Score = 0\n");
}
exit(0);
return errors;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment