From: Jo-Philipp Wich Date: Sat, 30 Nov 2013 14:53:39 +0000 (+0000) Subject: validate: fix return type of dt_parse() call X-Git-Url: http://git.openwrt.org/?p=project%2Fubox.git;a=commitdiff_plain;h=b7d977e9800692765445c7806d05d87046c34cb6 validate: fix return type of dt_parse() call --- 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) {