diff options
author | Torbjörn Andersson | 2008-02-24 01:12:39 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2008-02-24 01:12:39 +0000 |
commit | f3b497787aaa710c7228d48973598377da024d67 (patch) | |
tree | 1e85a2df4670e7ca66a7303c44ad043cffc49e64 | |
parent | e421a2363944ba7567311a2c2e2720151f6840b2 (diff) | |
download | scummvm-rg350-f3b497787aaa710c7228d48973598377da024d67.tar.gz scummvm-rg350-f3b497787aaa710c7228d48973598377da024d67.tar.bz2 scummvm-rg350-f3b497787aaa710c7228d48973598377da024d67.zip |
Fixed warning.
svn-id: r30948
-rw-r--r-- | common/system.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.cpp b/common/system.cpp index 8137fce5df..6320bdf4e5 100644 --- a/common/system.cpp +++ b/common/system.cpp @@ -186,4 +186,4 @@ FilesystemFactory *OSystem::getFilesystemFactory() { #else #error Unknown and unsupported backend in OSystem::getFilesystemFactory #endif -}
\ No newline at end of file +} |