mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Fix entropy_meter script
This commit is contained in:
parent
61379d4e05
commit
0f44f6752e
1 changed files with 2 additions and 1 deletions
|
@ -101,9 +101,10 @@ int main(int argc, char **argv)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (line[0])
|
if (line[0]) {
|
||||||
calculate(line,advanced);
|
calculate(line,advanced);
|
||||||
printf("> ");
|
printf("> ");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue