Skip to content

Commit

Permalink
Fix warning: extra tokens at end of #endif directive
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Oct 7, 2018
1 parent a0e9867 commit 38435f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Layers/xrRender/FSkinned.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ BOOL CSkeletonX_ext::_PickBone(IKinematics::pick_result& r, float dist, const Fv
default: NODEFAULT;
}
CHK_DX(V->p_rm_Indices->Unlock());
#endif USE_DX10
#endif // USE_DX10

return result;
}
Expand Down
2 changes: 1 addition & 1 deletion src/xrNetServer/NET_Compressor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ u16 NET_Compressor::Decompress(BYTE* dest, const u32& dest_size, BYTE* src, cons
Msg("! invalid compression-tag %02X", src[0]);
DEBUG_BREAK;
}
#endif NET_USE_COMPRESSSION
#endif // NET_USE_COMPRESSSION

#if !NET_USE_COMPRESSION

Expand Down

0 comments on commit 38435f9

Please sign in to comment.