Fix patching error in file time test.

This commit is contained in:
Jakob Eriksson 2005-03-22 16:44:57 +00:00 committed by Alexandre Julliard
parent 10a7c25ac7
commit caf7aefc65
1 changed files with 0 additions and 1 deletions

View File

@ -594,7 +594,6 @@ static void test_CopyFileA(void)
ok(ret == sizeof(prefix), "destination file has wrong size %ld\n", ret);
/* make sure that destination has the same filetime */
ok(ret = GetFileTime(hfile, NULL, NULL, &ft1), "GetFileTime error %ld\n", GetLastError());
ok(ret = GetFileTime(hfile, NULL, NULL, &ft2), "GetFileTime error %ld\n", GetLastError());
ok(CompareFileTime(&ft1, &ft2) == 0, "destination file has wrong filetime\n");