summaryrefslogtreecommitdiffstats
path: root/test-fts.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-11 02:05:54 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-11 02:05:54 +0000
commit366cac6f7c7c8f5e8186901d40f6854269f24add (patch)
tree2043ecc54bcb63572bee21c305a4a1632deeb41c /test-fts.c
parent1898ad520c080ec1da6fad8c0b4e0b6644672104 (diff)
downloadmandoc-366cac6f7c7c8f5e8186901d40f6854269f24add.tar.gz
typo
Diffstat (limited to 'test-fts.c')
-rw-r--r--test-fts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-fts.c b/test-fts.c
index 5c6fc2d0..1a1bfc7c 100644
--- a/test-fts.c
+++ b/test-fts.c
@@ -33,7 +33,7 @@ main(void)
return(1);
}
- if (fts_close(NULL) != 0) {
+ if (fts_close(ftsp) != 0) {
perror("fts_close");
return(1);
}