udevadm: info - make attribute array static and const

This commit is contained in:
Thomas Egerer 2011-03-08 09:57:17 +01:00 committed by Kay Sievers
parent 71e65e8683
commit 74e8a45ed4

View File

@ -33,7 +33,7 @@
static bool skip_attribute(const char *name)
{
char *skip[] = {
static const char const *skip[] = {
"uevent",
"dev",
"modalias",