summaryrefslogtreecommitdiff
path: root/os_timer.c
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-03-29 20:35:39 +0000
committerbelugas <belugas@openttd.org>2006-03-29 20:35:39 +0000
commit3633d5692327bc1cb86437fccdcdd906fa0ceb1b (patch)
treecbd20c9d993f25ca819014dfae322c97081707d5 /os_timer.c
parent00cdf24057a2613e2307bf7a2529fb48f89a53eb (diff)
downloadopenttd-3633d5692327bc1cb86437fccdcdd906fa0ceb1b.tar.xz
(svn r4157) CodeChange : Keep on cleaning up Celestar's elrail merge
Diffstat (limited to 'os_timer.c')
-rw-r--r--os_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os_timer.c b/os_timer.c
index 210a43ab7..2c40f5bfd 100644
--- a/os_timer.c
+++ b/os_timer.c
@@ -8,7 +8,7 @@
# if defined (_M_AMD64)
extern uint64 _rdtsc(void);
# else
-uint64 _declspec(naked) _rdtsc(void)
+uint64 _declspec(naked) _rdtsc(void)
{
_asm {
rdtsc