From 8a18f2f19fe1c8b746d43c21d7ee51ca622554c6 Mon Sep 17 00:00:00 2001 From: "Jason S. Ninneman" Date: Sun, 11 Jun 2017 14:37:44 -0700 Subject: [PATCH] Fix spacing problem. --- newdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newdb.c b/newdb.c index 240e21e..05b0eeb 100644 --- a/newdb.c +++ b/newdb.c @@ -1259,7 +1259,7 @@ char* arbitrary_messages[] = { "You have garnered %d out of a possible %d points, using %d turn%S.", "I can suspend your Adventure for you so that you can resume later, but\nit will cost you 5 points.", "I am prepared to give you a hint, but it will cost you %d point%S.", - "You scored %d out of a possible %d, using%d turn%S.", + "You scored %d out of a possible %d, using %d turn%S.", "To achieve the next higher rating, you need %d more point%S.", "To achieve the next higher rating would be a neat trick!\nCongratulations!!", "You just went off my scale!!", -- 2.31.1