summaryrefslogtreecommitdiffstats
path: root/tools/lvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lvm.c')
-rw-r--r--tools/lvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lvm.c b/tools/lvm.c
index f94c685b..e002a761 100644
--- a/tools/lvm.c
+++ b/tools/lvm.c
@@ -60,7 +60,7 @@ static char *_list_args(const char *text, int state)
/* Initialise if this is a new completion attempt */
if (!state) {
char *s = rl_line_buffer;
- int j = 0;
+ int j;
match_no = 0;
com = NULL;