more const for the signature type table
This commit is contained in:
parent
a93b044d6a
commit
5e78a80128
1 changed files with 1 additions and 1 deletions
2
cli.c
2
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\"",
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue