diff options
author | tb <tb@cvs.openbsd.org> | 2016-01-08 13:40:06 +0000 |
---|---|---|
committer | tb <tb@cvs.openbsd.org> | 2016-01-08 13:40:06 +0000 |
commit | ec93a54243f48ca266a213a866557f62eb190ca8 (patch) | |
tree | 44b3eaab20e708a1e744cc34c806b188d2f3dcbf /games/backgammon/teachgammon | |
parent | 74ebd824977841c8ec7f3262ceacd614d0b42c03 (diff) |
add missing 'void'
ok mestre@
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; |