From b461576de4d44ea8e5846c8c1ceeaad8f03df630 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 19 Jul 2019 18:27:39 +0200 Subject: bootctl: drop const from non-pointer function argument --- src/boot/bootctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3