Skip to content

Commit ba559cb

Browse files
committed
Cosmetic change
1 parent 8392133 commit ba559cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nfc/a/mifare.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bool decode_value_block(int32_t& value, uint8_t& addr, const uint8_t buf[16])
2828
if (v0 == v8 && v0 == ~v4 && v12 == v14 && buf[12] == static_cast<uint8_t>(~buf[13])) {
2929
value = static_cast<int32_t>(buf[3]) << 24 | static_cast<int32_t>(buf[2]) << 16 |
3030
static_cast<int32_t>(buf[1]) << 8 | buf[0];
31-
addr = buf[12];
31+
addr = buf[12];
3232
return true;
3333
}
3434
return false;

0 commit comments

Comments
 (0)