aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-05-17 00:10:52 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-05-17 00:10:52 +0300
commit1b89c5a728a99acffff75582f5a4126f5b4d2d4b (patch)
tree615815a6ebbc828d25cd82bb98983821bfc6ea08 /src/main.c
parent66a305bb2fda5e7c9d813ee067e4923d9f0a631e (diff)
downloadcflow-1b89c5a728a99acffff75582f5a4126f5b4d2d4b.tar.gz
cflow-1b89c5a728a99acffff75582f5a4126f5b4d2d4b.tar.bz2
Version 1.5release-1_5
* NEWS: Version 1.5 * configure.ac: Likewise. * src/main.c (parse_opt): Bugfix. * src/parser.c: Include ctype.h. * src/symbol.c (hash_symbol_hasher): Fix signature.
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
@@ -540,7 +540,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
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;

Return to:

Send suggestions and report system problems to the System administrator.