summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--csol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/csol.c b/csol.c
index b4528e6..4cb46f0 100644
--- a/csol.c
+++ b/csol.c
@@ -102,7 +102,7 @@ static const char *GetScore(int game)
if (score[game].played == 0)
{
- strcpy(buff, "0 played, 0 won, 0.00%");
+ strcpy(buff, "0 played, 0 won, 0.0000%");
}
else
{