https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1e7b402584111ffdbcbd6d...
commit 1e7b402584111ffdbcbd6d87c67f3e4425c6cc34 Author: winesync ros-dev@reactos.org AuthorDate: Tue Dec 8 18:00:49 2020 +0100 Commit: Jérôme Gardou zefklop@users.noreply.github.com CommitDate: Tue Jan 5 11:03:13 2021 +0100
[WINESYNC] wininet: Fix the spelling of a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
wine commit id 84069679a407cf0b5b8d185b5d98e9afdb933c45 by Francois Gouget fgouget@free.fr --- dll/win32/wininet/ftp.c | 2 +- sdk/tools/winesync/wininet.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dll/win32/wininet/ftp.c b/dll/win32/wininet/ftp.c index 9fa6f818197..40f336b1681 100644 --- a/dll/win32/wininet/ftp.c +++ b/dll/win32/wininet/ftp.c @@ -3932,7 +3932,7 @@ static DWORD FTP_SetResponseError(DWORD dwResponse) dwCode = ERROR_INTERNET_CANNOT_CONNECT; break;
- case 426: /* Connection closed, transer aborted. */ + case 426: /* Connection closed, transfer aborted. */ dwCode = ERROR_INTERNET_CONNECTION_ABORTED; break;
diff --git a/sdk/tools/winesync/wininet.cfg b/sdk/tools/winesync/wininet.cfg index 27e5d69264c..daa9b544dc2 100644 --- a/sdk/tools/winesync/wininet.cfg +++ b/sdk/tools/winesync/wininet.cfg @@ -5,4 +5,4 @@ files: include/wininet.h: sdk/include/psdk/wininet.h include/winineti.h: sdk/include/psdk/winineti.h tags: - wine: cadad89d106186a9d0377607096a58677496ec50 + wine: 84069679a407cf0b5b8d185b5d98e9afdb933c45