summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/syscalls.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-09-07 23:59:59 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-09-07 23:59:59 +0200
commitee752e8fa86ea26c793143baf05a8809b842dbd9 (patch)
treebcfd9df32e220fe8ffa04bf0188ebf4feac39afa /crawl-ref/source/syscalls.h
parent7a7978f7e0addd54052d67da59223a67ecfbb599 (diff)
downloadcrawl-ref-ee752e8fa86ea26c793143baf05a8809b842dbd9.tar.gz
crawl-ref-ee752e8fa86ea26c793143baf05a8809b842dbd9.zip
Whitespace fixes.
Diffstat (limited to 'crawl-ref/source/syscalls.h')
-rw-r--r--crawl-ref/source/syscalls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/syscalls.h b/crawl-ref/source/syscalls.h
index 81b5b8b661..ba949af83f 100644
--- a/crawl-ref/source/syscalls.h
+++ b/crawl-ref/source/syscalls.h
@@ -8,7 +8,7 @@
#define SYSCALLS_H
#ifdef TARGET_OS_WINDOWS
-# ifdef TARGET_COMPILER_VC
+# ifdef TARGET_COMPILER_VC
# include <direct.h>
# endif
# define WIN32_LEAN_AND_MEAN