From: Li kunyu Date: Tue, 15 Nov 2022 08:02:51 +0000 (+0000) Subject: repart: Remove the repeated ';' from code (#25386) X-Git-Tag: v253-rc1~526 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bef69ae8780da17a807881d078247259170f868e;p=thirdparty%2Fsystemd.git repart: Remove the repeated ';' from code (#25386) --- diff --git a/src/partition/repart.c b/src/partition/repart.c index 2709538b0c4..4cdbeadf711 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -1510,7 +1510,7 @@ static int partition_read_definition(Partition *p, const char *path, const char r = path_extract_filename(path, &filename); if (r < 0) - return log_error_errno(r, "Failed to extract filename from path '%s': %m", path);; + return log_error_errno(r, "Failed to extract filename from path '%s': %m", path); dropin_dirname = strjoina(filename, ".d");