summaryrefslogtreecommitdiffstats
path: root/manpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'manpath.h')
-rw-r--r--manpath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/manpath.h b/manpath.h
index 030e4f0e..9331df9f 100644
--- a/manpath.h
+++ b/manpath.h
@@ -23,7 +23,7 @@
* databases.
*/
struct manpaths {
- int sz;
+ size_t sz;
char **paths;
};