projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
`hf emv exec` works with argtable
[proxmark3-svn]
/
armsrc
/
mifarecmd.c
diff --git
a/armsrc/mifarecmd.c
b/armsrc/mifarecmd.c
index 3854b5899611e1f573352467dfeac34c6e278cd1..ca513cec953c897b00833595ce07781a402085e0 100644
(file)
--- a/
armsrc/mifarecmd.c
+++ b/
armsrc/mifarecmd.c
@@
-1149,7
+1149,7
@@
static bool isBlockTrailer(int blockN) {
if (blockN >= 128 && blockN <= 256) {
\r
return ((blockN & 0x0F) == 0x0F);
\r
}
\r
- return
FALSE
;
\r
+ return
false
;
\r
}
\r
\r
void MifareCWipe(uint32_t arg0, uint32_t arg1, uint32_t arg2, uint8_t *datain){
\r
Impressum
,
Datenschutz