alternatives: remove duplicate 'const' specifier
[oweals/opkg-lede.git] / libopkg / pkg_alternatives.c
index 5891616c4411926b60a308bc86eae86b585a7f00..24efedfd36576588467407b13bced862a73ad992 100644 (file)
@@ -32,7 +32,7 @@ struct alternative_provider {
        char *altpath;
 };
 
-static const struct alternative_provider const providers[] = {
+static const struct alternative_provider providers[] = {
        {
                .name = "busybox",
                .altpath = "/bin/busybox",