diff options
| author | Xin LI <delphij@FreeBSD.org> | 2012-06-23 00:37:32 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2012-06-23 00:37:32 +0000 |
| commit | 39d08585adab9f9f739715d3797d0ce1695124d6 (patch) | |
| tree | f6352ff841e8fd7a126750f8493004857eaba4fc /usr.bin | |
| parent | f34310077c4966d3f75cd29647d63f434c605670 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/makewhatis/makewhatis.c | 2 |
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; |
