https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f6fb1eb08163b840c18fe2f36e6f40858d1cea04

commit f6fb1eb08163b840c18fe2f36e6f40858d1cea04
Author:     winesync <[email protected]>
AuthorDate: Sun Jan 16 21:21:18 2022 +0100
Commit:     Thomas Csovcsity <[email protected]>
CommitDate: Sun Jun 19 13:06:36 2022 +0200

    [WINESYNC] reg: Fix a typo in a function definition.
    
    Signed-off-by: Hugh McMaster <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    
    wine commit id 537cd26f7cf799bf51875d1bc4970ec79a1184a3 by Hugh McMaster 
<[email protected]>
---
 base/applications/cmdutils/reg/reg.h | 2 +-
 sdk/tools/winesync/reg.cfg           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/applications/cmdutils/reg/reg.h 
b/base/applications/cmdutils/reg/reg.h
index 3fc9e392d45..b12d936d672 100644
--- a/base/applications/cmdutils/reg/reg.h
+++ b/base/applications/cmdutils/reg/reg.h
@@ -45,7 +45,7 @@ BOOL is_char(const WCHAR s, const WCHAR c);
 BOOL is_switch(const WCHAR *s, const WCHAR c);
 
 /* add.c */
-int reg_add(int arc, WCHAR *argvW[]);
+int reg_add(int argc, WCHAR *argvW[]);
 
 /* delete.c */
 int reg_delete(int argc, WCHAR *argvW[]);
diff --git a/sdk/tools/winesync/reg.cfg b/sdk/tools/winesync/reg.cfg
index 172377fde56..4379cb99a16 100644
--- a/sdk/tools/winesync/reg.cfg
+++ b/sdk/tools/winesync/reg.cfg
@@ -4,4 +4,4 @@ directories:
 files:
   programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
 tags:
-  wine: ca57a86074e6109fcc2254e3d58ff225f4335236
+  wine: 537cd26f7cf799bf51875d1bc4970ec79a1184a3

Reply via email to