Commit 08383277 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Fixed a typo.

parent 35583201
...@@ -441,7 +441,7 @@ HMODULE WINAPI GetModuleHandleW(LPCWSTR module) ...@@ -441,7 +441,7 @@ HMODULE WINAPI GetModuleHandleW(LPCWSTR module)
* This function always returns the long path of hModule (as opposed to * This function always returns the long path of hModule (as opposed to
* GetModuleFileName16() which returns short paths when the modules version * GetModuleFileName16() which returns short paths when the modules version
* field is < 4.0). * field is < 4.0).
* The function doesn't write a terminating '\0' is the buffer is too * The function doesn't write a terminating '\0' if the buffer is too
* small. * small.
*/ */
DWORD WINAPI GetModuleFileNameA( DWORD WINAPI GetModuleFileNameA(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment