diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-08-30 14:31:05 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-08-30 14:31:05 +0000 |
commit | 9b8b293b6b4f7de08a568cac1ccdaf3f1ee792a5 (patch) | |
tree | 9bcc437e9378d7ad44b81c62875861b52237ae6e /docs | |
parent | 51a1bbab96f8795701fc59d295a5f556cfbf5622 (diff) | |
download | haskell-9b8b293b6b4f7de08a568cac1ccdaf3f1ee792a5.tar.gz |
typo in DLL code
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/win32-dlls.xml | 2 |
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-––a possible implementation is: #include <windows.h> #include <Rts.h> -extern void__stginit_Adder(void); +extern void __stginit_Adder(void); static char* args[] = { "ghcDll", NULL }; /* N.B. argv arrays must end with NULL */ |