mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
should fix macos compilation error introduced by 8543db11b5
This commit is contained in:
parent
87d43b87d1
commit
89cbe3c7df
1 changed files with 2 additions and 1 deletions
|
@ -1399,7 +1399,7 @@ void annotateMfPlus(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default: {
|
||||||
// Messages for commands that do not need args are treated here
|
// Messages for commands that do not need args are treated here
|
||||||
const char *annotation = mfpGetAnnotationForCode(cmd[pos]) ;
|
const char *annotation = mfpGetAnnotationForCode(cmd[pos]) ;
|
||||||
if (annotation != NULL) {
|
if (annotation != NULL) {
|
||||||
|
@ -1409,6 +1409,7 @@ void annotateMfPlus(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (found_annotation) {
|
if (found_annotation) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue