summaryrefslogtreecommitdiff
path: root/src/manp.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-03-03 22:36:28 +0000
committerColin Watson <cjwatson@debian.org>2007-03-03 22:36:28 +0000
commit86e0811c705d1f8bfa0675251109b50c2af6c6d8 (patch)
tree552f46cc8131a77f3bbd4770f5043c66f1d8c57d /src/manp.c
parentf6dbe6b952928ef517165c0b41dca204aa0e6a58 (diff)
* src/manp.c: Declare tmplist as static.
Diffstat (limited to 'src/manp.c')
-rw-r--r--src/manp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manp.c b/src/manp.c
index 634036b3..85d04e91 100644
--- a/src/manp.c
+++ b/src/manp.c
@@ -95,7 +95,7 @@ static struct list *namestore, *tailstore;
#define MANDATORY 1
/* DIRLIST list[MAXDIRS]; */
-char *tmplist[MAXDIRS];
+static char *tmplist[MAXDIRS];
char *manpathlist[MAXDIRS];
char *user_config_file = NULL;