Remove silent flag

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2023-09-08 00:36:20 +02:00
parent caa956e918
commit 54c0e3ece4
No known key found for this signature in database
GPG key ID: D850A5F772E880F9
3 changed files with 3 additions and 5 deletions

View file

@ -56,7 +56,7 @@ int main(int argc, const char** argv) {
device3_clear(dev3);
while (dev3) {
if (device3_read(dev3, -1, false) < 0) {
if (device3_read(dev3, -1) < 0) {
break;
}
}