From: Simon Marlow Date: Thu, 30 Aug 2007 14:31:05 +0000 (+0000) Subject: typo in DLL code X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=9b8b293b6b4f7de08a568cac1ccdaf3f1ee792a5 typo in DLL code --- diff --git a/docs/users_guide/win32-dlls.xml b/docs/users_guide/win32-dlls.xml index f52f189..11eaeff 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 */