diff --git a/driver/mdriver.c b/driver/mdriver.c index 94465ec6276545081c09be04c5920a77560ec69c..2b233ef23d2725f8a49292f8f2995687453a0243 100644 --- a/driver/mdriver.c +++ b/driver/mdriver.c @@ -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 }