mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-10 00:58:20 +03:00
repart: Remove the repeated ';' from code (#25386)
This commit is contained in:
parent
32a3f802f6
commit
bef69ae878
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user