Module: wine Branch: master Commit: 361ea6e4dc305ffe79f3a911edbcb098b22d0de0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=361ea6e4dc305ffe79f3a911ed...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Tue Jan 2 21:23:54 2007 +0800
kernel32: Remove a line that was supposed to be deleted by the previous patch.
---
dlls/kernel32/tests/locale.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/kernel32/tests/locale.c b/dlls/kernel32/tests/locale.c index fd80797..d2158be 100644 --- a/dlls/kernel32/tests/locale.c +++ b/dlls/kernel32/tests/locale.c @@ -180,7 +180,6 @@ static void test_GetTimeFormatA(void) curtime.wMilliseconds = 22; STRINGSA("tt HH':'mm'@'ss", "AM 08:56@13"); /* Valid time */ SetLastError(0xdeadbeef); - ret = GetTimeFormatA(lcid, NUO|TIME_FORCE24HOURFORMAT, &curtime, input, buffer, COUNTOF(buffer)); ret = GetTimeFormatA(lcid, TIME_FORCE24HOURFORMAT, &curtime, input, buffer, COUNTOF(buffer)); EXPECT_VALID; EXPECT_LENA; EXPECT_EQA;