From f1233c24bb1ad5c8b0971c4bc35404c4d6ca503b Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Fri, 18 Jan 2008 00:18:35 +0100 Subject: [PATCH] Fix a function prototype. --- gnushogi/pat2inc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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; -- 1.7.0.4