1
1
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:
Zbigniew Jędrzejewski-Szmek 2013-03-22 22:55:05 -04:00
parent 9e1fe7c3db
commit 46512cd959

View File

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