From 364a32d188499f25944efa39358037e245636500 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 30 Jul 2002 11:33:39 +0000 Subject: [PATCH] (calccost, cmgoto): Declare args. --- src/cm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cm.c b/src/cm.c index 56a1160c593..4e8984493a7 100644 --- a/src/cm.c +++ b/src/cm.c @@ -188,6 +188,7 @@ cmcostinit () static int calccost (srcy, srcx, dsty, dstx, doit) + int srcy, srcx, dsty, dstx, doit; { register int deltay, deltax, @@ -323,6 +324,7 @@ losecursor () void cmgoto (row, col) + int row, col; { int homecost, crcost, -- 2.39.5