diff options
author | rdivacky <rdivacky@FreeBSD.org> | 2008-10-28 17:15:46 +0000 |
---|---|---|
committer | rdivacky <rdivacky@FreeBSD.org> | 2008-10-28 17:15:46 +0000 |
commit | cc5f6e91f7525250f76fe13d51cff2ec63f315ab (patch) | |
tree | fc6b18558609c6e3c125c7cc88fb030d8094a0fa /bin | |
parent | 47cb787bfd55214e7221370cc1113730fc3e69b9 (diff) | |
download | FreeBSD-src-cc5f6e91f7525250f76fe13d51cff2ec63f315ab.zip FreeBSD-src-cc5f6e91f7525250f76fe13d51cff2ec63f315ab.tar.gz |
Remove superfluous va_end which was left there in rev 1.38.
Approved by: kib (mentor)
Diffstat (limited to 'bin')
-rw-r--r-- | bin/rcp/rcp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index 62d7daf..0a9b7ba 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -789,6 +789,4 @@ run_err(const char *fmt, ...) vwarnx(fmt, ap); va_end(ap); } - - va_end(ap); } |