diff --git a/ocat.c b/ocat.c index e0df280..999c10c 100644 --- a/ocat.c +++ b/ocat.c @@ -95,6 +95,8 @@ int main(int argc, char **argv) printf("%s\n", js); json_delete(json); free(js); + + return (0); } if (argc == 0 && !username && !device) {