summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-11-30 14:53:39 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-11-30 14:53:39 +0000
commitb7d977e9800692765445c7806d05d87046c34cb6 (patch)
treeeb68641407f0e99d453ff100cfb210ad773740b3 /validate
parent30deade42ebd7fa112ee2693e9c2cc6532f0e3cf (diff)
downloadubox-b7d977e9800692765445c7806d05d87046c34cb6.tar.gz
validate: fix return type of dt_parse() call
Diffstat (limited to 'validate')
-rw-r--r--validate/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate/cli.c b/validate/cli.c
index ee5c189..97978a0 100644
--- a/validate/cli.c
+++ b/validate/cli.c
@@ -177,7 +177,7 @@ main(int argc, char **argv)
struct uci_context *ctx;
struct uci_package *package;
int len = argc - 4;
- bool rv;
+ enum dt_type rv;
int i;
if (argc == 3) {