prout

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

commit da608783fd0e650c43aba20a4a40b917ea1e6894
parent 8734ff2cb368a42ace20439100a8d27160b6af00
Author: Willy Goiffon <w.goiffon@gmail.com>
Date:   Mon, 21 Oct 2013 23:29:37 +0200

Fixed a bad merge

Diffstat:
Msrc/prout.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/prout.c b/src/prout.c @@ -149,10 +149,11 @@ int main(int argc, char **argv) { int i = 0; int job_id = -1; - int num_options = 0; char *file; + cups_dest_t *dest; + /* check the given arguments */ if (argc < 2) { usage();