]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: Remove the repeated ';' from code (#25386)
authorLi kunyu <kunyu@nfschina.com>
Tue, 15 Nov 2022 08:02:51 +0000 (08:02 +0000)
committerGitHub <noreply@github.com>
Tue, 15 Nov 2022 08:02:51 +0000 (17:02 +0900)
src/partition/repart.c

index 2709538b0c4299b437d12556838f042328407d47..4cdbeadf711429e45f4330d1bd5a11050172a330 100644 (file)
@@ -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");