Codebase list libnfc / 491db20
nfc-jewel: remove extraneous parentheses to silence warning Philippe Teuwen 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
145145
146146 for (block = uiSkippedBlocks; block <= uiBlocks; block++) {
147147 // Skip block 0x0D - it is reserved for internal use and can't be written
148 if ((block == 0x0D)) {
148 if (block == 0x0D) {
149149 printf("s");
150150 uiSkippedBlocks++;
151151 continue;