Module Name:    src
Committed By:   martin
Date:           Wed Dec 18 10:30:23 UTC 2019

Modified Files:
        src/usr.bin/make: meta.c

Log Message:
Fix the build


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/usr.bin/make/meta.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/meta.c
diff -u src/usr.bin/make/meta.c:1.71 src/usr.bin/make/meta.c:1.72
--- src/usr.bin/make/meta.c:1.71	Wed Dec 18 07:37:19 2019
+++ src/usr.bin/make/meta.c	Wed Dec 18 10:30:23 2019
@@ -1,4 +1,4 @@
-/*      $NetBSD: meta.c,v 1.71 2019/12/18 07:37:19 maxv Exp $ */
+/*      $NetBSD: meta.c,v 1.72 2019/12/18 10:30:23 martin Exp $ */
 
 /*
  * Implement 'meta' mode.
@@ -653,7 +653,7 @@ meta_cmd_finish(void *pbmp)
     if (!pbm)
 	pbm = &Mybm;
 
-	fprintf(pbm->mfp, "\n");	/* ensure end with newline */
+    fprintf(pbm->mfp, "\n");	/* ensure end with newline */
     return error;
 }
 

Reply via email to