mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-10 09:33:48 +00:00
Silent down compiler.
This commit is contained in:
@@ -110,7 +110,7 @@ write_card (void)
|
||||
page = 0x4;
|
||||
}
|
||||
|
||||
for (page; page <= 0xF; page++) {
|
||||
for (; page <= 0xF; page++) {
|
||||
// Show if the readout went well
|
||||
if (bFailure) {
|
||||
// When a failure occured we need to redo the anti-collision
|
||||
|
||||
Reference in New Issue
Block a user