Commit c2894f315a391ade251a2143f724ca26a1ee6d9a

Authored by Gordon Hollingworth
Committed by GitHub
1 parent 873e6b93

Remove loop by default

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -6,7 +6,7 @@
6 6 #include <unistd.h>
7 7  
8 8 int verbose = 0;
9   -int loop = 1;
  9 +int loop = 0;
10 10 char * directory = NULL;
11 11  
12 12 int out_ep;
... ...