aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit8871caf4707de7e47d9d43d5bd47044e3d2bba92 (patch)
treeaff680848fa65a27996d68725efff606ee1f2ed6 /test-fts.c
parent90ed80e67073551a6016a57cbfb8d9804446e173 (diff)
downloadmandoc-8871caf4707de7e47d9d43d5bd47044e3d2bba92.tar.gz
mandoc-8871caf4707de7e47d9d43d5bd47044e3d2bba92.tar.zst
mandoc-8871caf4707de7e47d9d43d5bd47044e3d2bba92.zip
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);
}