prout

smaller "lp" command
git clone git://git.2f30.org/prout
Log | Files | Refs | README | LICENSE

commit 9592f4509a11b7b9a777c8af7b6876c53c7eead7
parent f2f1463ba1262b16ec828084f630b0408ec8aa84
Author: Klemens Nanni <kl3@posteo.org>
Date:   Sat, 13 Feb 2016 20:39:30 +0100

Do not return from void

Diffstat:
Mprout.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/prout.c b/prout.c @@ -130,8 +130,6 @@ static void check_job (cups_dest_t *dest, int job_id) fprintf(stdout, "job %d completed.\n", job_id); break; } - - return; } int main(int argc, char **argv)