commit 874146bf5a8339bb100fcb11466364993689936a parent 2500503cac5ec287d48c453de3a2a582530be81e Author: Klemens Nanni <kl3@posteo.org> Date: Sat, 13 Feb 2016 21:03:44 +0100 Remove obsolete brackets on return value (0) Diffstat:
M | prout.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/prout.c b/prout.c @@ -166,5 +166,5 @@ int main(int argc, char **argv) /* How is the printing going ? */ check_job(dest, job_id); - return (0); + return 0; }