]> granicus.if.org Git - graphviz/commitdiff
Make unnecessary extern into static
authorerg <devnull@localhost>
Tue, 8 May 2007 18:23:44 +0000 (18:23 +0000)
committererg <devnull@localhost>
Tue, 8 May 2007 18:23:44 +0000 (18:23 +0000)
lib/pathplan/shortestpth.c

index acefca0c7d2778094c43654c49e822033c768ccd..36e26df1f3915b730ebfdf344c9b8edeab498439 100644 (file)
@@ -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