X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fgenskel%2Fjson2c.c;h=109b6ee90ba52be45154464f4729ea2763857147;hb=9ece61d2cbda88878b9f1e6a6e62d3d42cbdef00;hp=cb541bfdd2e40788fb6a00ee9fdd6b2ff98f4d31;hpb=e9040472b72ff699964d89dda03ef07ce72b487b;p=src%2Fapp-framework-binder.git diff --git a/src/genskel/json2c.c b/src/genskel/json2c.c index cb541bfd..109b6ee9 100644 --- a/src/genskel/json2c.c +++ b/src/genskel/json2c.c @@ -34,7 +34,7 @@ * "b": "int" * } * } - * + * * Invocation: program [file|-]... * * without arguments, it reads the input. @@ -167,7 +167,7 @@ int main(int ac, char **av) process("-"); else { do { process(*av); } while(*++av); - } + } return 0; }