]> git.armaanb.net Git - bin.git/commitdiff
crontab-argh: remove unnecessary return
authorArmaan Bhojwani <me@armaanb.net>
Mon, 5 Apr 2021 02:21:51 +0000 (22:21 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 5 Apr 2021 02:21:51 +0000 (22:21 -0400)
crontab-argh.c

index 504073a6efcaf1252052222c19fc85f0b70ae583..e50eb5322cecc822a3018ce50729144ee4077412 100755 (executable)
@@ -25,5 +25,4 @@ int main(int argc, char *argv[]) {
                }
        }
        system(arg);
-       return 0;
 }