From 78f2acb399b7ee114054076af75a876ea880d96f Mon Sep 17 00:00:00 2001 From: jmc Date: Fri, 1 Jul 2005 01:12:39 +0000 Subject: KNF and WARNS=3 fixes --- backgammon/common_source/board.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'backgammon/common_source/board.c') diff --git a/backgammon/common_source/board.c b/backgammon/common_source/board.c index f7eaa1bf..1c76eddb 100644 --- a/backgammon/common_source/board.c +++ b/backgammon/common_source/board.c @@ -1,4 +1,4 @@ -/* $NetBSD: board.c,v 1.7 2003/08/07 09:36:57 agc Exp $ */ +/* $NetBSD: board.c,v 1.8 2005/07/01 01:12:39 jmc Exp $ */ /* * Copyright (c) 1980, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)board.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: board.c,v 1.7 2003/08/07 09:36:57 agc Exp $"); +__RCSID("$NetBSD: board.c,v 1.8 2005/07/01 01:12:39 jmc Exp $"); #endif #endif /* not lint */ @@ -44,7 +44,7 @@ static int i, j, k; static char ln[60]; void -wrboard() +wrboard(void) { int l; static const char bl[] = @@ -161,7 +161,7 @@ lastline: } void -wrbsub() +wrbsub(void) { int m; char d; -- cgit v1.2.3