projects
/
proxmark3-svn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8169040
)
fix indentation warning
254/head
author
marshmellow42
<marshmellowrf@gmail.com>
Sun, 26 Mar 2017 21:35:16 +0000
(17:35 -0400)
committer
marshmellow42
<marshmellowrf@gmail.com>
Sun, 26 Mar 2017 21:35:16 +0000
(17:35 -0400)
thanks to piwi for finding.
client/cmdlfindala.c
patch
|
blob
|
blame
|
history
diff --git
a/client/cmdlfindala.c
b/client/cmdlfindala.c
index 1a1d2a06ecb85e865c7b31690ef3ba0d68fb1a56..8cb5f63d131cae415de77982d636d708d92d9e08 100644
(file)
--- a/
client/cmdlfindala.c
+++ b/
client/cmdlfindala.c
@@
-34,16
+34,14
@@
int CmdIndalaDecode(const char *Cmd) {
}
if (!ans) {
- if (g_debugMode)
- PrintAndLog("Error1: %i",ans);
+ if (g_debugMode) PrintAndLog("Error1: %i",ans);
return 0;
}
uint8_t invert=0;
size_t size = DemodBufferLen;
int startIdx = indala26decode(DemodBuffer, &size, &invert);
if (startIdx < 0 || size > 224) {
- if (g_debugMode)
- PrintAndLog("Error2: %i",startIdx);
+ if (g_debugMode) PrintAndLog("Error2: %i",startIdx);
return -1;
}
setDemodBuf(DemodBuffer, size, (size_t)startIdx);
Impressum
,
Datenschutz