]> git.cameronkatri.com Git - mandoc.git/blobdiff - manpath.h
Simplify: replace one global flag by one local variable.
[mandoc.git] / manpath.h
index 167ee01021eaed0d79085f9cb0e969acaedcb5d3..2fe1b36e15f2e8e7135143fc5e624c5f937b5658 100644 (file)
--- a/manpath.h
+++ b/manpath.h
@@ -1,4 +1,4 @@
-/*     $Id: manpath.h,v 1.5 2011/12/13 20:56:46 kristaps Exp $ */
+/*     $Id: manpath.h,v 1.6 2012/06/08 10:32:40 kristaps Exp $ */
 /*
  * Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -23,7 +23,7 @@
  * databases.
  */
 struct manpaths {
-       int       sz;
+       size_t    sz;
        char    **paths;
 };