mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
udevadm: place const in the right place
Otherwise clang at least thinks that both consts apply to char.
This commit is contained in:
parent
9e1fe7c3db
commit
46512cd959
@ -33,7 +33,7 @@
|
||||
|
||||
static bool skip_attribute(const char *name)
|
||||
{
|
||||
static const char const *skip[] = {
|
||||
static const char* const skip[] = {
|
||||
"uevent",
|
||||
"dev",
|
||||
"modalias",
|
||||
|
Loading…
Reference in New Issue
Block a user