more const for the signature type table

This commit is contained in:
Felix Fietkau 2011-02-07 00:10:57 +01:00
parent a93b044d6a
commit 5e78a80128

2
cli.c
View file

@ -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\"",
};