[commit: ghc] master: rts: Detab OSThreads.c (c1336f7)
git at git.haskell.org
git at git.haskell.org
Mon Jul 28 14:38:29 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c1336f71dbd80b66643e65fc7d5df0cc8fe9942b/ghc
>---------------------------------------------------------------
commit c1336f71dbd80b66643e65fc7d5df0cc8fe9942b
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Jul 28 09:34:02 2014 -0500
rts: Detab OSThreads.c
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
c1336f71dbd80b66643e65fc7d5df0cc8fe9942b
rts/win32/OSThreads.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/win32/OSThreads.c b/rts/win32/OSThreads.c
index d246628..9f434d6 100644
--- a/rts/win32/OSThreads.c
+++ b/rts/win32/OSThreads.c
@@ -292,7 +292,7 @@ interruptOSThread (OSThreadId id)
stg_exit(EXIT_FAILURE);
}
pCSIO = (PCSIO) GetProcAddress(GetModuleHandle(TEXT("Kernel32.dll")),
- "CancelSynchronousIo");
+ "CancelSynchronousIo");
if ( NULL != pCSIO ) {
pCSIO(hdl);
} else {
More information about the ghc-commits
mailing list