git: b139f2ee9939 - main - lib/libbe/be.c: remove an extra semicolon
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Feb 2024 01:36:42 UTC
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;