summaryrefslogtreecommitdiffstats
path: root/loader/resource.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/resource.c')
-rw-r--r--loader/resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/resource.c b/loader/resource.c
index 3cb69bd004..0157f6d7ce 100644
--- a/loader/resource.c
+++ b/loader/resource.c
@@ -354,7 +354,7 @@ INT WINAPI LoadStringW( HINSTANCE instance, UINT resource_id,
return 0;
}
#if 0
- WARN("Dont know why caller give buflen=%d *p=%d trying to obtain string '%s'\n", buflen, *p, p + 1);
+ WARN("Don't know why caller give buflen=%d *p=%d trying to obtain string '%s'\n", buflen, *p, p + 1);
#endif
}