projects
/
project
/
ubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30deade
)
validate: fix return type of dt_parse() call
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 30 Nov 2013 14:53:39 +0000
(14:53 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 30 Nov 2013 14:53:39 +0000
(14:53 +0000)
validate/cli.c
patch
|
blob
|
history
diff --git
a/validate/cli.c
b/validate/cli.c
index ee5c189447123cf823e53a4c6f274cc82a2a139e..97978a036bb6e97726d0056f226b49e0e8f2a1ff 100644
(file)
--- 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) {