aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/npass/npass.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/npass/npass.c b/src/npass/npass.c
index 60fe01c..d42fc10 100644
--- a/src/npass/npass.c
+++ b/src/npass/npass.c
@@ -118,6 +118,7 @@ static int ls(const char *path, size_t depth)
ls(new_path, depth + 1);
} else {
+ ret = 0;
printf("%s %s\n", prefix, stor[i].name);
}
}