diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-05-17 08:54:00 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-06-19 16:28:28 +0200 |
commit | bfd5a0687fcc65e5617d5bab69ff653393f23e70 (patch) | |
tree | 10f216d7a6ebdd984df003259c5b84fe139a91bd /src/boot/bootctl-util.h | |
parent | Fix confusion between killer and prey (diff) | |
download | systemd-bfd5a0687fcc65e5617d5bab69ff653393f23e70.tar.xz systemd-bfd5a0687fcc65e5617d5bab69ff653393f23e70.zip |
various: move const ptr indicator to return value
Diffstat (limited to 'src/boot/bootctl-util.h')
-rw-r--r-- | src/boot/bootctl-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/bootctl-util.h b/src/boot/bootctl-util.h index 6f2c1630de..4abd4a303b 100644 --- a/src/boot/bootctl-util.h +++ b/src/boot/bootctl-util.h @@ -3,7 +3,7 @@ int sync_everything(void); -const char *get_efi_arch(void); +const char* get_efi_arch(void); int get_file_version(int fd, char **ret); |