summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-08-30 14:31:05 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-08-30 14:31:05 +0000
commit9b8b293b6b4f7de08a568cac1ccdaf3f1ee792a5 (patch)
tree9bcc437e9378d7ad44b81c62875861b52237ae6e /docs
parent51a1bbab96f8795701fc59d295a5f556cfbf5622 (diff)
downloadhaskell-9b8b293b6b4f7de08a568cac1ccdaf3f1ee792a5.tar.gz
typo in DLL code
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/win32-dlls.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/win32-dlls.xml b/docs/users_guide/win32-dlls.xml
index f52f189c69..11eaefffbb 100644
--- a/docs/users_guide/win32-dlls.xml
+++ b/docs/users_guide/win32-dlls.xml
@@ -447,7 +447,7 @@ RTS-&ndash;&ndash;a possible implementation is:
#include &lt;windows.h&gt;
#include &lt;Rts.h&gt;
-extern void__stginit_Adder(void);
+extern void __stginit_Adder(void);
static char* args[] = { "ghcDll", NULL };
/* N.B. argv arrays must end with NULL */