Comment fix.

This commit is contained in:
Eric S. Raymond 2017-06-15 12:20:49 -04:00
parent 14486d67d4
commit 0d5f9064c7

View file

@ -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;