gnushogi/pat2inc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit df594029ceb253e6e7eb4bef11a4d3ce7b846bfe
Author: Yann Dirson <ydirson@altern.org>
Date: Fri Jan 18 00:18:35 2008 +0100
Fix a function prototype.
diff --git a/gnushogi/pat2inc.c b/gnushogi/pat2inc.c
index 01e56f2..a9fd562 100644
--- a/gnushogi/pat2inc.c
+++ b/gnushogi/pat2inc.c
@@ -51,7 +51,7 @@ small_short color[NO_SQUARES];
*/
void
-test_distance()
+test_distance(void)
{
short side, piece, f, t, d;