Date: Sat, 3 Feb 2024 01:36:42 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b139f2ee9939 - main - lib/libbe/be.c: remove an extra semicolon Message-ID: <202402030136.4131agXB011600@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=b139f2ee9939b5a93afb904942f67123c3985dc7 commit b139f2ee9939b5a93afb904942f67123c3985dc7 Author: rilysh <nightquick@proton.me> AuthorDate: 2024-02-03 00:38:13 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-02-03 01:35:02 +0000 lib/libbe/be.c: remove an extra semicolon Signed-off-by: rilysh <nightquick@proton.me> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/959 --- lib/libbe/be.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libbe/be.c b/lib/libbe/be.c index e61cfc9d68ae..62563a33d975 100644 --- a/lib/libbe/be.c +++ b/lib/libbe/be.c @@ -1167,7 +1167,7 @@ be_create_child_noent(libbe_handle_t *lbh, const char *active, static int be_create_child_cloned(libbe_handle_t *lbh, const char *active) { - char buf[BE_MAXPATHLEN], tmp[BE_MAXPATHLEN];; + char buf[BE_MAXPATHLEN], tmp[BE_MAXPATHLEN]; zfs_handle_t *zfs; int err;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402030136.4131agXB011600>