X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fgenskel%2Fjson2c.c;h=109b6ee90ba52be45154464f4729ea2763857147;hb=d7933c0f61a3316cc3d1ca7e74d30e193de2f612;hp=cb541bfdd2e40788fb6a00ee9fdd6b2ff98f4d31;hpb=f51249605057fcb4441db7e92c34e37a48d7cf1d;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; }