INN commit: trunk/frontends (sys2nf.c)

INN Commit rra at isc.org
Sun Apr 3 13:27:56 UTC 2016


    Date: Sunday, April 3, 2016 @ 06:27:55
  Author: iulius
Revision: 9998

sys2nf:  Remove extra parameter

Modified:
  trunk/frontends/sys2nf.c

----------+
 sys2nf.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: sys2nf.c
===================================================================
--- sys2nf.c	2016-04-03 13:26:46 UTC (rev 9997)
+++ sys2nf.c	2016-04-03 13:27:55 UTC (rev 9998)
@@ -309,7 +309,7 @@
 	DoSub(F, f2);
 	fprintf(F, "\\\n");
 	if (strcmp(f3, "n") == 0)
-	    fprintf(F, "\t:Tf,Wnm\\\n", f3);
+	    fprintf(F, "\t:Tf,Wnm\\\n");
 	else
 	    fprintf(F, "\t:HELP%s\\\n", f3);
 	fprintf(F, "\t:%s\n", f4);



More information about the inn-committers mailing list