Skip to content

Commit 38435f9

Browse files
committed
Fix warning: extra tokens at end of #endif directive
1 parent a0e9867 commit 38435f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Layers/xrRender/FSkinned.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ BOOL CSkeletonX_ext::_PickBone(IKinematics::pick_result& r, float dist, const Fv
11231123
default: NODEFAULT;
11241124
}
11251125
CHK_DX(V->p_rm_Indices->Unlock());
1126-
#endif USE_DX10
1126+
#endif // USE_DX10
11271127

11281128
return result;
11291129
}

src/xrNetServer/NET_Compressor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ u16 NET_Compressor::Decompress(BYTE* dest, const u32& dest_size, BYTE* src, cons
450450
Msg("! invalid compression-tag %02X", src[0]);
451451
DEBUG_BREAK;
452452
}
453-
#endif NET_USE_COMPRESSSION
453+
#endif // NET_USE_COMPRESSSION
454454

455455
#if !NET_USE_COMPRESSION
456456

0 commit comments

Comments
 (0)