From: Yann Dirson Date: Thu, 17 Jan 2008 23:18:35 +0000 (+0100) Subject: Fix a function prototype. X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=f1233c24bb1ad5c8b0971c4bc35404c4d6ca503b;p=gnushogi.git Fix a function prototype. --- diff --git a/gnushogi/pat2inc.c b/gnushogi/pat2inc.c index 5399924..c70a0d4 100644 --- a/gnushogi/pat2inc.c +++ b/gnushogi/pat2inc.c @@ -48,7 +48,7 @@ small_short color[NO_SQUARES]; */ void -test_distance() +test_distance(void) { short side, piece, f, t, d;