From 0d5f9064c70eaef3fe51f0b30284fe4eb946d99b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 15 Jun 2017 12:20:49 -0400 Subject: [PATCH] Comment fix. --- score.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/score.c b/score.c index 734ea19..a9ab765 100644 --- a/score.c +++ b/score.c @@ -8,7 +8,8 @@ */ void score(enum termination mode) -/* mode is 'report' if scoring, 'quit' if quitting, 'end' if died or won */ +/* mode is 'scoregame' if scoring, 'quitgame' if quitting, 'endgame' if died + * or won */ { long score = 0, mxscor = 0; -- 2.31.1