diff options
author | Thomas Egerer <thomas.egerer@secunet.com> | 2011-03-08 09:57:17 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-08 13:14:44 +0100 |
commit | 74e8a45ed414c25064bb2a1ffd0f27f5bd5280a6 (patch) | |
tree | b62d41b5044266d98211a32b149ca09856a0e670 /udev | |
parent | 71e65e8683b00b72a6bce33f0e2a3f6d1ac9f7b8 (diff) |
udevadm: info - make attribute array static and const
Diffstat (limited to 'udev')
-rw-r--r-- | udev/udevadm-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/udevadm-info.c b/udev/udevadm-info.c index a231fd8d0b..187e74d50e 100644 --- a/udev/udevadm-info.c +++ b/udev/udevadm-info.c @@ -33,7 +33,7 @@ static bool skip_attribute(const char *name) { - char *skip[] = { + static const char const *skip[] = { "uevent", "dev", "modalias", |