diff options
| author | jmc <jmc@NetBSD.org> | 2005-07-01 01:12:39 +0000 |
|---|---|---|
| committer | jmc <jmc@NetBSD.org> | 2005-07-01 01:12:39 +0000 |
| commit | 78f2acb399b7ee114054076af75a876ea880d96f (patch) | |
| tree | ea91c1be066483ad88b8f1dc70dd057a55d1f44b /backgammon/common_source/allow.c | |
| parent | 0272ab0970dca7cdbac5a1669e694d8e06ceaec7 (diff) | |
| download | bsdgames-darwin-78f2acb399b7ee114054076af75a876ea880d96f.tar.gz bsdgames-darwin-78f2acb399b7ee114054076af75a876ea880d96f.zip | |
KNF and WARNS=3 fixes
Diffstat (limited to 'backgammon/common_source/allow.c')
| -rw-r--r-- | backgammon/common_source/allow.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backgammon/common_source/allow.c b/backgammon/common_source/allow.c index f6bae784..04eaa4cd 100644 --- a/backgammon/common_source/allow.c +++ b/backgammon/common_source/allow.c @@ -1,4 +1,4 @@ -/* $NetBSD: allow.c,v 1.5 2003/08/07 09:36:56 agc Exp $ */ +/* $NetBSD: allow.c,v 1.6 2005/07/01 01:12:39 jmc Exp $ */ /* * Copyright (c) 1980, 1993 @@ -34,14 +34,14 @@ #if 0 static char sccsid[] = "@(#)allow.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: allow.c,v 1.5 2003/08/07 09:36:56 agc Exp $"); +__RCSID("$NetBSD: allow.c,v 1.6 2005/07/01 01:12:39 jmc Exp $"); #endif #endif /* not lint */ #include "back.h" int -movallow() +movallow(void) { int i, m, iold; int r; |
