summaryrefslogtreecommitdiffstats
path: root/backgammon/teachgammon/tutor.c
diff options
context:
space:
mode:
Diffstat (limited to 'backgammon/teachgammon/tutor.c')
-rw-r--r--backgammon/teachgammon/tutor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/backgammon/teachgammon/tutor.c b/backgammon/teachgammon/tutor.c
index efbd7f08..ef087cd7 100644
--- a/backgammon/teachgammon/tutor.c
+++ b/backgammon/teachgammon/tutor.c
@@ -1,4 +1,4 @@
-/* $NetBSD: tutor.c,v 1.11 2012/10/13 19:19:39 dholland Exp $ */
+/* $NetBSD: tutor.c,v 1.12 2021/05/02 12:50:43 rillig Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,14 +34,14 @@
#if 0
static char sccsid[] = "@(#)tutor.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: tutor.c,v 1.11 2012/10/13 19:19:39 dholland Exp $");
+__RCSID("$NetBSD: tutor.c,v 1.12 2021/05/02 12:50:43 rillig Exp $");
#endif
#endif /* not lint */
#include "back.h"
#include "tutor.h"
-static const char better[] =
+static const char better[] =
"That is a legal move, but there is a better one.\n";
static int brdeq(const int *, const int *);