From f2d5e54810b9dc2c9116b4ed70d512b9cd577f13 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Sun, 24 Jul 2011 14:48:53 -0700 Subject: [PATCH] Syntax fixes for CoreLib. --- Sources/Plasma/CoreLib/hsBounds.cpp | 2 +- Sources/Plasma/CoreLib/hsStringTokenizer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Plasma/CoreLib/hsBounds.cpp b/Sources/Plasma/CoreLib/hsBounds.cpp index 81ebe9b2..1180e153 100644 --- a/Sources/Plasma/CoreLib/hsBounds.cpp +++ b/Sources/Plasma/CoreLib/hsBounds.cpp @@ -1673,7 +1673,7 @@ hsBool hsBounds3Ext::ISectBB(const hsBounds3Ext &other, const hsVector3 &myVel, } else tstDepths[i+6] = 0; -#endif; +#endif } hsVector3 norm; diff --git a/Sources/Plasma/CoreLib/hsStringTokenizer.h b/Sources/Plasma/CoreLib/hsStringTokenizer.h index 5fbdc275..ae93a324 100644 --- a/Sources/Plasma/CoreLib/hsStringTokenizer.h +++ b/Sources/Plasma/CoreLib/hsStringTokenizer.h @@ -91,4 +91,4 @@ private: hsBool IsSep(wchar c); }; -#endif // _hsStringTokenizer_Included_ \ No newline at end of file +#endif // _hsStringTokenizer_Included_