Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
4ZM committed Apr 22, 2013
1 parent 9243990 commit 8a41208
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions term_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,13 @@ int com_write_tag(char* arg) {
}

int com_write_tag_unlocked(char* arg) {
// Add option to choose key
char* ab = strtok(arg, " ");

if (ab) {
printf("This command doesn't take any arguments\n");
return -1;
}

// Issue the read request
// Issue the write request
mf_write_tag(&current_tag, MF_KEY_UNLOCKED);
return 0;
}
Expand Down

0 comments on commit 8a41208

Please sign in to comment.