]> sjero.net Git - wget/blobdiff - src/res.c
[svn] Minor fixes prompted by `lint'.
[wget] / src / res.c
index 32b53b1beadaeebb33d4cb10ac8ed9a730e49743..c2f383c2a38a818fa6c571e6e8ca07e534e2063c 100644 (file)
--- a/src/res.c
+++ b/src/res.c
@@ -470,7 +470,7 @@ res_match_path (const struct robot_specs *specs, const char *path)
 \f
 /* Registering the specs. */
 
-struct hash_table *registered_specs;
+static struct hash_table *registered_specs;
 
 /* Stolen from cookies.c. */
 #define SET_HOSTPORT(host, port, result) do {          \