aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorJohannes Schickel2016-02-28 07:48:12 +0100
committerJohannes Schickel2016-02-28 07:48:12 +0100
commit12046ea0d7ac9723ee9ae9047fbb39ccbbb17a1b (patch)
treeb32eb1f7eae0d4505fc7ad2808eaba1a824b2e7b /backends
parentd6d63a16e2c34d3697a26aff97aadf76f1ab4c68 (diff)
downloadscummvm-rg350-12046ea0d7ac9723ee9ae9047fbb39ccbbb17a1b.tar.gz
scummvm-rg350-12046ea0d7ac9723ee9ae9047fbb39ccbbb17a1b.tar.bz2
scummvm-rg350-12046ea0d7ac9723ee9ae9047fbb39ccbbb17a1b.zip
BACKENDS: Remove request to mail Fingolfin.
Diffstat (limited to 'backends')
-rw-r--r--backends/saves/default/default-saves.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/saves/default/default-saves.cpp b/backends/saves/default/default-saves.cpp
index 1f8b511a9c..daec36ae72 100644
--- a/backends/saves/default/default-saves.cpp
+++ b/backends/saves/default/default-saves.cpp
@@ -137,7 +137,7 @@ bool DefaultSaveFileManager::removeSavefile(const Common::String &filename) {
file = _saveFileCache.end();
// FIXME: remove does not exist on all systems. If your port fails to
- // compile because of this, please let us know (scummvm-devel or Fingolfin).
+ // compile because of this, please let us know (scummvm-devel).
// There is a nicely portable workaround, too: Make this method overloadable.
if (remove(fileNode.getPath().c_str()) != 0) {
#ifndef _WIN32_WCE