summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-07 06:02:32 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-07 06:02:32 +0000
commita0887505eb112708e36bac24d1ee7949588fc215 (patch)
tree2318603bd85043311c7b55c9bdd276e8ebfcebbc /crawl-ref/source/view.h
parent4e0238331ba68154c95e3aa2536b8e2b6c38dde3 (diff)
downloadcrawl-ref-a0887505eb112708e36bac24d1ee7949588fc215.tar.gz
crawl-ref-a0887505eb112708e36bac24d1ee7949588fc215.zip
Kill hard tabs in .h files and crawl_options.txt.
Turn off mp_warning by default. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@990 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 9b9f0f34c3..276c6d1f39 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -52,7 +52,7 @@ void draw_border(void);
void item(void);
void find_features(const std::vector<coord_def>& features,
- unsigned char feature, std::vector<coord_def> *found);
+ unsigned char feature, std::vector<coord_def> *found);
// last updated 12may2000 {dlb}
/* ***********************************************************************