From 74e8a45ed414c25064bb2a1ffd0f27f5bd5280a6 Mon Sep 17 00:00:00 2001 From: Thomas Egerer Date: Tue, 8 Mar 2011 09:57:17 +0100 Subject: [PATCH] udevadm: info - make attribute array static and const --- udev/udevadm-info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udev/udevadm-info.c b/udev/udevadm-info.c index a231fd8d..187e74d5 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", -- 2.39.5