X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=cli.c;h=2d30fc527712b8c99a96db737ae5724ee98dbc9f;hp=0690e2acb1bfccf05c533b8a5c468689160bbba7;hb=5e78a8012819ef92a8e60523ced9207d8a6b016f;hpb=a93b044d6a5a4bed51d776cb0950e7d20fb17b84 diff --git a/cli.c b/cli.c index 0690e2a..2d30fc5 100644 --- a/cli.c +++ b/cli.c @@ -5,7 +5,7 @@ static struct blob_buf b; -static const char *attr_types[] = { +static const char * const attr_types[] = { [BLOBMSG_TYPE_INT32] = "\"Integer\"", [BLOBMSG_TYPE_STRING] = "\"String\"", };