diff --git a/src/path/path-tool.c b/src/path/path-tool.c index 41d0ba861c..3dc31832b3 100644 --- a/src/path/path-tool.c +++ b/src/path/path-tool.c @@ -146,7 +146,7 @@ static int list_paths(void) { printf("%s%s:%s %s\n", ansi_highlight(), t, ansi_normal(), p); } - return r; + return ret; } static int print_path(const char *n) {