summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/boot/bootctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c
index f786c8d1e9..66bc3dc342 100644
--- a/src/boot/bootctl.c
+++ b/src/boot/bootctl.c
@@ -651,7 +651,7 @@ static int install_binaries(const char *esp_path, bool force) {
return r;
}
-static bool same_entry(uint16_t id, const sd_id128_t uuid, const char *path) {
+static bool same_entry(uint16_t id, sd_id128_t uuid, const char *path) {
_cleanup_free_ char *opath = NULL;
sd_id128_t ouuid;
int r;