svn commit: r209951 - head/usr.bin/make

Ed Maste emaste at FreeBSD.org
Mon Jul 12 17:18:58 UTC 2010


Author: emaste
Date: Mon Jul 12 17:18:58 2010
New Revision: 209951
URL: http://svn.freebsd.org/changeset/base/209951

Log:
  Remove extraneous ;

Modified:
  head/usr.bin/make/str.c

Modified: head/usr.bin/make/str.c
==============================================================================
--- head/usr.bin/make/str.c	Mon Jul 12 16:08:07 2010	(r209950)
+++ head/usr.bin/make/str.c	Mon Jul 12 17:18:58 2010	(r209951)
@@ -150,7 +150,7 @@ brk_string(ArgArray *aa, const char str[
 
 	ArgArray_Init(aa);
 
-	aa->buffer = estrdup(str);;
+	aa->buffer = estrdup(str);
 
 	arg = aa->buffer;
 	start = arg;


More information about the svn-src-head mailing list