http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3558320
)
Fixed a typo.
author
Andreas Mohr
<andi@rhlx01.fht-esslingen.de>
Fri, 17 Dec 2004 19:01:22 +0000
(19:01 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 17 Dec 2004 19:01:22 +0000
(19:01 +0000)
dlls/kernel/module.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/kernel/module.c
b/dlls/kernel/module.c
index 6e8a51e8523141c95043a88a78cf51abddbbc326..98cf0cfeadab0968c8a71a00f9acedc51bfd355e 100644
(file)
--- a/
dlls/kernel/module.c
+++ b/
dlls/kernel/module.c
@@
-441,7
+441,7
@@
HMODULE WINAPI GetModuleHandleW(LPCWSTR module)
* This function always returns the long path of hModule (as opposed to
* GetModuleFileName16() which returns short paths when the modules version
* field is < 4.0).
- * The function doesn't write a terminating '\0' i
s
the buffer is too
+ * The function doesn't write a terminating '\0' i
f
the buffer is too
* small.
*/
DWORD WINAPI GetModuleFileNameA(