diff options
author | Strangerke | 2013-04-19 00:00:25 +0200 |
---|---|---|
committer | Strangerke | 2013-04-19 00:00:25 +0200 |
commit | 69dd65aa933bb4e79d3f59f943d2236facb5739f (patch) | |
tree | 4407b1694f4e56377d2a9c802c1c37cb19e8c0b0 | |
parent | 78ba3210a57094086d44b25d5a8507c33ce9bef3 (diff) | |
download | scummvm-rg350-69dd65aa933bb4e79d3f59f943d2236facb5739f.tar.gz scummvm-rg350-69dd65aa933bb4e79d3f59f943d2236facb5739f.tar.bz2 scummvm-rg350-69dd65aa933bb4e79d3f59f943d2236facb5739f.zip |
JANITORIAL: Add a CRLF at the end of the file to fix compilation using MSVC
-rw-r--r-- | engines/wintermute/base/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/base/timer.h b/engines/wintermute/base/timer.h index 8353b08abc..ec5477ba2e 100644 --- a/engines/wintermute/base/timer.h +++ b/engines/wintermute/base/timer.h @@ -54,4 +54,4 @@ public: } // End of namespace Wintermute -#endif
\ No newline at end of file +#endif |