| commit | 070e749cfb21069b33f643ed067d2f350a033490 | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@free.fr> | Tue Nov 06 21:01:32 2001 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Nov 06 21:01:32 2001 +0000 |
| tree | 4714e049bfc63bd0a73a97942938ee3d67632e36 | |
| parent | 1425941e290a89c3e82e8db01b9d8a615e780500 [diff] [blame] |
Don't prefix %p with 0x. Various English fixes.
diff --git a/dlls/kernel/toolhelp.c b/dlls/kernel/toolhelp.c index b9a31fa..ed9ddb8 100644 --- a/dlls/kernel/toolhelp.c +++ b/dlls/kernel/toolhelp.c
@@ -21,7 +21,7 @@ DEFAULT_DEBUG_CHANNEL(toolhelp); -/* FIXME: to make this working, we have to callback all these registered +/* FIXME: to make this work, we have to call back all these registered * functions from all over the WINE code. Someone with more knowledge than * me please do that. -Marcus */