summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-26 07:31:00 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-26 07:31:00 +0000
commitaa300c86ccbb1cffa03ee8f6e0dca0e6ef48cef6 (patch)
tree026a78d32326ca88f029ddc0949b799e39317f3c /crawl-ref/source/files.cc
parent32a6373c7a8072bfcb4567417f82f700084b6ab8 (diff)
downloadcrawl-ref-aa300c86ccbb1cffa03ee8f6e0dca0e6ef48cef6.tar.gz
crawl-ref-aa300c86ccbb1cffa03ee8f6e0dca0e6ef48cef6.zip
Added help for stash-search (dpeg).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3338 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index eed436232c..c656e2f596 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -356,7 +356,7 @@ static bool create_dirs(const std::string &dir)
if (!dir_exists(path) && create_directory(path.c_str()))
return (false);
- path += FILE_SEPARATOR;
+ path += FILE_SEPARATOR;
}
return (true);
}