diff options
author | Matthew Hoops | 2011-07-18 11:53:47 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-07-18 11:53:47 -0400 |
commit | 26d15ce675447070ed5ba99a3b21253b1a4459f7 (patch) | |
tree | 4fba3666312f48d9614f18d12a091f54c967a2c5 | |
parent | 87b4ef5547c23db116466bedaf8b67dd57c19f75 (diff) | |
download | scummvm-rg350-26d15ce675447070ed5ba99a3b21253b1a4459f7.tar.gz scummvm-rg350-26d15ce675447070ed5ba99a3b21253b1a4459f7.tar.bz2 scummvm-rg350-26d15ce675447070ed5ba99a3b21253b1a4459f7.zip |
COMMON: Fix comment
-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 |