aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2012-06-23 00:37:32 +0000
committerXin LI <delphij@FreeBSD.org>2012-06-23 00:37:32 +0000
commit39d08585adab9f9f739715d3797d0ce1695124d6 (patch)
treef6352ff841e8fd7a126750f8493004857eaba4fc /usr.bin
parentf34310077c4966d3f75cd29647d63f434c605670 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/makewhatis/makewhatis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/makewhatis/makewhatis.c b/usr.bin/makewhatis/makewhatis.c
index f2ae3709d6dd..45abc8f1a731 100644
--- a/usr.bin/makewhatis/makewhatis.c
+++ b/usr.bin/makewhatis/makewhatis.c
@@ -693,7 +693,7 @@ enum { STATE_UNKNOWN, STATE_MANSTYLE, STATE_MDOCNAME, STATE_MDOCDESC };
static void
process_page(struct page_info *page, char *section_dir)
{
- gzFile *in;
+ gzFile in;
char buffer[4096];
char *line;
StringList *names;