From 2afb989cc415419229d6f6ded02d59ee109ac796 Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 2 Feb 2011 09:01:05 +0100 Subject: Skeleton for -r --- options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'options.c') diff --git a/options.c b/options.c index 38bc59e..bb608e5 100644 --- a/options.c +++ b/options.c @@ -50,6 +50,7 @@ void parse_options(int argc, char **argv) { _options.geometry = NULL; _options.quiet = 0; + _options.recursive = 0; while ((opt = getopt(argc, argv, "dFfg:hpqsvZz:")) != -1) { switch (opt) { -- cgit v1.2.3