summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cio.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-03 01:39:08 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-03 01:39:08 +0000
commita9f88fbe2f24028071d6043c25c6f73fcd71132d (patch)
treef2850d52167ea137542f624a82d5f393b8349607 /crawl-ref/source/cio.cc
parent4ba581107a1d56ce5706593f4a3917f457afb929 (diff)
downloadcrawl-ref-a9f88fbe2f24028071d6043c25c6f73fcd71132d.tar.gz
crawl-ref-a9f88fbe2f24028071d6043c25c6f73fcd71132d.zip
Added svn properties svn:keywords and svn:eol-style to files which were
missing them. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2301 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/cio.cc')
-rw-r--r--crawl-ref/source/cio.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/cio.cc b/crawl-ref/source/cio.cc
index bc9909c29b..12909bf5e2 100644
--- a/crawl-ref/source/cio.cc
+++ b/crawl-ref/source/cio.cc
@@ -2,7 +2,7 @@
* File: cio.cc
* Summary: Platform-independent console IO functions.
*
- * Modified for Crawl Reference by $Author: dshaligram $ on $Date: 2007-06-14T18:14:26.828542Z $
+ * Modified for Crawl Reference by $Author$ on $Date$
*/
#include "AppHdr.h"