typo in DLL code
authorSimon Marlow <simonmar@microsoft.com>
Thu, 30 Aug 2007 14:31:05 +0000 (14:31 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 30 Aug 2007 14:31:05 +0000 (14:31 +0000)
docs/users_guide/win32-dlls.xml

index f52f189..11eaeff 100644 (file)
@@ -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 */