mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
missing bracket
This commit is contained in:
parent
4494c3dc61
commit
4ad9f57939
1 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ static void UsbCommandReceived(UsbCommand *c) {
|
||||||
#if defined(__linux__) || (__APPLE__)
|
#if defined(__linux__) || (__APPLE__)
|
||||||
memcpy(s, c->d.asBytes, len);
|
memcpy(s, c->d.asBytes, len);
|
||||||
#else
|
#else
|
||||||
if (flag & FLAG_ANSI)
|
if (flag & FLAG_ANSI) {
|
||||||
// Filter out ANSI sequences on these OS
|
// Filter out ANSI sequences on these OS
|
||||||
uint16_t si = 0;
|
uint16_t si = 0;
|
||||||
for (uint16_t i=0; i < len; i++) {
|
for (uint16_t i=0; i < len; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue