mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
should fix macos compilation error introduced by 8543db11b5
This commit is contained in:
@@ -1399,7 +1399,7 @@ void annotateMfPlus(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
default: {
|
||||
// Messages for commands that do not need args are treated here
|
||||
const char *annotation = mfpGetAnnotationForCode(cmd[pos]) ;
|
||||
if (annotation != NULL) {
|
||||
@@ -1408,6 +1408,7 @@ void annotateMfPlus(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
|
||||
found_annotation = false;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (found_annotation) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user