mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
fixed warnings on Mac OS 10.8, xcode 5
This commit is contained in:
parent
450d2e3a96
commit
7bb9d33e2c
6 changed files with 13 additions and 13 deletions
|
@ -812,7 +812,7 @@ int CmdThreshold(const char *Cmd)
|
|||
if (GraphBuffer[i] >= threshold)
|
||||
GraphBuffer[i] = 1;
|
||||
else
|
||||
GraphBuffer[i] =- 1;
|
||||
GraphBuffer[i] = -1;
|
||||
}
|
||||
RepaintGraphWindow();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue