From c2894f315a391ade251a2143f724ca26a1ee6d9a Mon Sep 17 00:00:00 2001 From: Gordon Hollingworth Date: Fri, 20 Jan 2017 15:08:50 +0000 Subject: [PATCH] Remove loop by default --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index e07b745..02ac60f 100755 --- a/main.c +++ b/main.c @@ -6,7 +6,7 @@ #include int verbose = 0; -int loop = 1; +int loop = 0; char * directory = NULL; int out_ep; -- libgit2 0.21.4