diff options
Diffstat (limited to 'games/backgammon/teachgammon')
-rw-r--r-- | games/backgammon/teachgammon/tutor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/backgammon/teachgammon/tutor.c b/games/backgammon/teachgammon/tutor.c index af9f647626c..bdcba4c4610 100644 --- a/games/backgammon/teachgammon/tutor.c +++ b/games/backgammon/teachgammon/tutor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tutor.c,v 1.7 2015/11/30 08:19:25 tb Exp $ */ +/* $OpenBSD: tutor.c,v 1.8 2016/01/08 13:40:05 tb Exp $ */ /* * Copyright (c) 1980, 1993 @@ -133,7 +133,7 @@ tutor(void) } void -clrest() +clrest(void) { int r, c, j; |