diff options
Diffstat (limited to 'src/path')
-rw-r--r-- | src/path/path.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/path/path.c b/src/path/path.c index 5275845750..ea6442991b 100644 --- a/src/path/path.c +++ b/src/path/path.c @@ -181,7 +181,6 @@ int main(int argc, char* argv[]) { } else r = list_homes(); - finish: return r < 0 ? EXIT_FAILURE : EXIT_SUCCESS; } |