From db1a0acb0fe14ae046577f0d63d20235d4e22ef6 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Mon, 19 Feb 2007 17:40:36 +0000 Subject: [PATCH] Fixed typo. --- windows_port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows_port.c b/windows_port.c index d9c358e..02bb4cb 100644 --- a/windows_port.c +++ b/windows_port.c @@ -22,7 +22,7 @@ #ifdef __WATCOMC__ /* - * Watcom needs a DlMain() in order to initialise the clib startup code. + * Watcom needs a DllMain() in order to initialise the clib startup code. */ BOOL WINAPI DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved) -- 2.7.4