From 9b8b293b6b4f7de08a568cac1ccdaf3f1ee792a5 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 30 Aug 2007 14:31:05 +0000 Subject: [PATCH] typo in DLL code --- docs/users_guide/win32-dlls.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 1.7.10.4