aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2010-07-12 17:18:58 +0000
committerEd Maste <emaste@FreeBSD.org>2010-07-12 17:18:58 +0000
commitbccf948ea9a336ce27848108c3423924995eb6fa (patch)
tree1cc90d988d6d4a9a9dc3ee9dfa39d1b4806753b2 /usr.bin/make
parentcc81c44dd806737f98b4fd4094674dd71c8749f3 (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c
index 44ba79d294935..286eac5d7ee6f 100644
--- a/usr.bin/make/str.c
+++ b/usr.bin/make/str.c
@@ -150,7 +150,7 @@ brk_string(ArgArray *aa, const char str[], Boolean expand)
ArgArray_Init(aa);
- aa->buffer = estrdup(str);;
+ aa->buffer = estrdup(str);
arg = aa->buffer;
start = arg;