Commit dd227c9f authored by Adam Blank's avatar Adam Blank
Browse files

Update mdriver.c

parent f3933bce
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -445,7 +445,7 @@ int main(int argc, char **argv)
if (perfscore <= 0) {
perfscore = 0;
}
printf("Score = %.0f/60\n", 60.0*((perfscore)/(100.0 - BUMP)));
printf("Score = %.0f/60\n", 60.0*((perfscore)/(100.0 - BUMP)) + 0.1);
#endif
}
......
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