From 5e78a8012819ef92a8e60523ced9207d8a6b016f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Feb 2011 00:10:57 +0100 Subject: [PATCH 1/1] more const for the signature type table --- cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\"", }; -- 2.11.0