Module: wine Branch: master Commit: d38909dade16571fa22033e499b305f18807b073 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d38909dade16571fa22033e499...
Author: Scott Ritchie scott@open-vote.org Date: Tue Aug 23 06:51:31 2011 -0700
shlwapi/tests: Fix an errant comment.
---
dlls/shlwapi/tests/string.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shlwapi/tests/string.c b/dlls/shlwapi/tests/string.c index 3628f86..1488e58 100644 --- a/dlls/shlwapi/tests/string.c +++ b/dlls/shlwapi/tests/string.c @@ -135,7 +135,7 @@ static const StrFormatSizeResult StrFormatSize_results[] = { { 0, NULL, NULL } };
-/* StrFormatByteSize64/StrFormatKBSize results */ +/* StrFromTimeIntervalA/StrFromTimeIntervalW results */ typedef struct tagStrFromTimeIntervalResult { DWORD ms;