Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make make(1): remove stray closing brace from comment
details: https://anonhg.NetBSD.org/src/rev/2af909402896
branches: trunk
changeset: 977547:2af909402896
user: rillig <rillig%NetBSD.org@localhost>
date: Mon Oct 26 07:37:52 2020 +0000
description:
make(1): remove stray closing brace from comment
diffstat:
usr.bin/make/for.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0148aada8696 -r 2af909402896 usr.bin/make/for.c
--- a/usr.bin/make/for.c Mon Oct 26 07:33:48 2020 +0000
+++ b/usr.bin/make/for.c Mon Oct 26 07:37:52 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: for.c,v 1.110 2020/10/26 07:33:48 rillig Exp $ */
+/* $NetBSD: for.c,v 1.111 2020/10/26 07:37:52 rillig Exp $ */
/*
* Copyright (c) 1992, The Regents of the University of California.
@@ -60,7 +60,7 @@
#include "make.h"
/* "@(#)for.c 8.1 (Berkeley) 6/6/93" */
-MAKE_RCSID("$NetBSD: for.c,v 1.110 2020/10/26 07:33:48 rillig Exp $");
+MAKE_RCSID("$NetBSD: for.c,v 1.111 2020/10/26 07:37:52 rillig Exp $");
/* The .for loop substitutes the items as ${:U<value>...}, which means
* that characters that break this syntax must be backslash-escaped. */
@@ -400,7 +400,7 @@
const char *p = *pp;
size_t i;
- /* Probably a single character name, ignore $$ and stupid ones. {*/
+ /* Probably a single character name, ignore $$ and stupid ones. */
if (!f->short_var || strchr("}):$", ch) != NULL) {
p++;
*pp = p;
Home |
Main Index |
Thread Index |
Old Index