diff options
| author | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-11 02:05:54 +0000 |
|---|---|---|
| committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-11 02:05:54 +0000 |
| commit | 8871caf4707de7e47d9d43d5bd47044e3d2bba92 (patch) | |
| tree | aff680848fa65a27996d68725efff606ee1f2ed6 /test-fts.c | |
| parent | 90ed80e67073551a6016a57cbfb8d9804446e173 (diff) | |
| download | mandoc-8871caf4707de7e47d9d43d5bd47044e3d2bba92.tar.gz mandoc-8871caf4707de7e47d9d43d5bd47044e3d2bba92.zip | |
typo
Diffstat (limited to 'test-fts.c')
| -rw-r--r-- | test-fts.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ main(void) return(1); } - if (fts_close(NULL) != 0) { + if (fts_close(ftsp) != 0) { perror("fts_close"); return(1); } |
