summaryrefslogtreecommitdiffstats
path: root/src/genskel/json2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/genskel/json2c.c')
-rw-r--r--src/genskel/json2c.c4
1 files changed, 2 insertions, 2 deletions
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;
}