From 9321d8972e865c8679477a41754fd632d84c01fb Mon Sep 17 00:00:00 2001 From: erg Date: Tue, 8 May 2007 18:23:44 +0000 Subject: [PATCH] Make unnecessary extern into static --- lib/pathplan/shortestpth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pathplan/shortestpth.c b/lib/pathplan/shortestpth.c index acefca0c7..36e26df1f 100644 --- a/lib/pathplan/shortestpth.c +++ b/lib/pathplan/shortestpth.c @@ -21,7 +21,7 @@ #include "dmalloc.h" #endif -COORD unseen = (double) INT_MAX; +static COORD unseen = (double) INT_MAX; /* shortestPath: * Given a VxV weighted adjacency matrix, compute the shortest -- 2.40.0