fix: too many arguments to function

This commit is contained in:
iceman1001 2018-01-25 18:01:40 +01:00
commit b10dca061a
3 changed files with 3 additions and 3 deletions

View file

@ -136,7 +136,7 @@ int main(int argc, char **argv) {
do {
msleep(500);
fprintf(stderr, ".");
} while (!OpenProxmark(0));
} while (!OpenProxmark());
fprintf(stdout, " Found.\n");