From a3507e675b8b0435f26e0e54b242e6ea6c1a6a88 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 4 Apr 2021 22:21:51 -0400 Subject: [PATCH] crontab-argh: remove unnecessary return --- crontab-argh.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crontab-argh.c b/crontab-argh.c index 504073a..e50eb53 100755 --- a/crontab-argh.c +++ b/crontab-argh.c @@ -25,5 +25,4 @@ int main(int argc, char *argv[]) { } } system(arg); - return 0; } -- 2.39.2