mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
udevadm: info - make attribute array static and const
This commit is contained in:
parent
71e65e8683
commit
74e8a45ed4
@ -33,7 +33,7 @@
|
||||
|
||||
static bool skip_attribute(const char *name)
|
||||
{
|
||||
char *skip[] = {
|
||||
static const char const *skip[] = {
|
||||
"uevent",
|
||||
"dev",
|
||||
"modalias",
|
||||
|
Loading…
Reference in New Issue
Block a user