Commit 9a70ce42 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Fixed typo.

parent 7ba53a4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)