Fix a function prototype.
authorYann Dirson <ydirson@altern.org>
Thu, 17 Jan 2008 23:18:35 +0000 (00:18 +0100)
committerYann Dirson <ydirson@free.fr>
Sun, 29 Sep 2013 13:39:24 +0000 (15:39 +0200)
gnushogi/pat2inc.c

index 5399924..c70a0d4 100644 (file)
@@ -48,7 +48,7 @@ small_short color[NO_SQUARES];
 */
 
 void
-test_distance()
+test_distance(void)
 {
     short side, piece, f, t, d;