diff options
-rw-r--r-- | common/math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/math.h b/common/math.h index e6399f0692..2ad71cee65 100644 --- a/common/math.h +++ b/common/math.h @@ -80,4 +80,4 @@ inline float deg2rad(float deg) { } // End of namespace Common -#endif // COMMON_MATHS_H +#endif // COMMON_MATH_H |