aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 82f9413..e034439 100644
--- a/src/main.c
+++ b/src/main.c
@@ -537,13 +537,13 @@ parse_opt (int key, char *arg, struct argp_state *state)
set_level_indent("end0=+-");
set_level_indent("end1=\\\\-");
break;
case OPT_NO_TREE:
print_as_tree = 0;
level_indent[0] = level_indent[1] = NULL;
- level_end[0] = level_end[0] = NULL;
+ level_end[0] = level_end[1] = NULL;
break;
case 'b':
brief_listing = 1;
break;
case OPT_NO_BRIEF:
brief_listing = 0;

Return to:

Send suggestions and report system problems to the System administrator.