examples: fix build error
authorLuka Perkov <luka@openwrt.org>
Thu, 3 Jul 2014 11:46:24 +0000 (13:46 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 3 Jul 2014 11:48:30 +0000 (13:48 +0200)
commitb538c2b20ea4972efa3e223e8f01bd5441f35375
treeb4dd94d6b4a98e877526f776db662b9f056cee23
parent8cee1e552ab281dbbf0f862e4e4e327028c0399b
examples: fix build error

Patch fixes the following error:

error: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘void *’ [-Werror=format=]
   indent_printf(indent, "%s\n", blobmsg_data(data));

Signed-off-by: Luka Perkov <luka@openwrt.org>
examples/blobmsg-example.c