X-Git-Url: http://git.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=test.c;h=53b2a6a41c625f5cf4680bb575838b3a1d2ffd40;hp=44e2dc8b188e3d220411869b24c530350121cab7;hb=7952092949fb0dccd126d5ff6f73807feb4211b8;hpb=8df95adfa4c1d94921756ff5d847e6690d0c9a39 diff --git a/test.c b/test.c index 44e2dc8..53b2a6a 100644 --- a/test.c +++ b/test.c @@ -20,11 +20,11 @@ int main(int argc, char **argv) fprintf(stderr, "Failed to allocate uci context"); return 1; } - + if (uci_parse(ctx, argv[1])) { uci_perror(ctx, "uci_parse"); return 1; } - + return 0; }