More formatting
[yaffs2.git] / yaffs_packedtags1.c
index c910f22ea4d78d22b8241d73f2f85e67f8a6a2db..3e67e69166663feeb76871b6307b01bf80e9773f 100644 (file)
@@ -35,9 +35,8 @@ void yaffs_UnpackTags1(yaffs_ExtendedTags *t, const yaffs_PackedTags1 *pt)
 
        if (memcmp(allFF, pt, sizeof(yaffs_PackedTags1))) {
                t->blockBad = 0;
-               if (pt->shouldBeFF != 0xFFFFFFFF) {
+               if (pt->shouldBeFF != 0xFFFFFFFF)
                        t->blockBad = 1;
-               }
                t->chunkUsed = 1;
                t->objectId = pt->objectId;
                t->chunkId = pt->chunkId;