aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bb.c b/bb.c
index 4a95186..b4ed329 100644
--- a/bb.c
+++ b/bb.c
@@ -979,6 +979,5 @@ int main(int argc, char *argv[])
if (!realpath(path, _realpath))
err("realpath failed");
explore(_realpath, print_dir, print_selection, sep);
-done:
return 0;
}