source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: typo
@ 2014-08-11  2:05 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-08-11  2:05 UTC (permalink / raw)
  To: source

Log Message:
-----------
typo

Modified Files:
--------------
    mdocml:
        test-fts.c

Revision Data
-------------
Index: test-fts.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/test-fts.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltest-fts.c -Ltest-fts.c -u -p -r1.1 -r1.2
--- test-fts.c
+++ 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);
 	}
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-11  2:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-11  2:05 mdocml: typo schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).