diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2016-06-18 15:25:29 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2016-06-18 15:25:29 +0000 |
commit | d298645fb0388b5937836b4025bcacf8a2364f6f (patch) | |
tree | 32d0718e911b143f7d4b74bb32054522c45bd26f /lib | |
parent | a2a69e4ebbc39b9b06527f05a765ce43782dbc45 (diff) |
Remove duplicated line.
OK eric@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/asr/asr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/asr/asr.c b/lib/libc/asr/asr.c index fc954fb5b2b..d53edf46795 100644 --- a/lib/libc/asr/asr.c +++ b/lib/libc/asr/asr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asr.c,v 1.53 2016/05/27 11:25:57 sthen Exp $ */ +/* $OpenBSD: asr.c,v 1.54 2016/06/18 15:25:28 reyk Exp $ */ /* * Copyright (c) 2010-2012 Eric Faurot <eric@openbsd.org> * @@ -733,7 +733,6 @@ asr_ctx_envopts(struct asr_ctx *ac) strlcpy(buf, "options ", sizeof buf); strlcat(buf, e, sizeof buf); s = strlcat(buf, "\n", sizeof buf); - s = strlcat(buf, "\n", sizeof buf); if (s < sizeof buf) asr_ctx_parse(ac, buf); } |