Fix entropy_meter script

This commit is contained in:
thez3ro 2017-01-27 20:39:32 +01:00
parent 61379d4e05
commit 0f44f6752e
No known key found for this signature in database
GPG key ID: F628F9E41DD7C073

View file

@ -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