aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTorbjörn Andersson2008-02-24 01:12:39 +0000
committerTorbjörn Andersson2008-02-24 01:12:39 +0000
commitf3b497787aaa710c7228d48973598377da024d67 (patch)
tree1e85a2df4670e7ca66a7303c44ad043cffc49e64 /common
parente421a2363944ba7567311a2c2e2720151f6840b2 (diff)
downloadscummvm-rg350-f3b497787aaa710c7228d48973598377da024d67.tar.gz
scummvm-rg350-f3b497787aaa710c7228d48973598377da024d67.tar.bz2
scummvm-rg350-f3b497787aaa710c7228d48973598377da024d67.zip
Fixed warning.
svn-id: r30948
Diffstat (limited to 'common')
-rw-r--r--common/system.cpp2
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
+}