Hugh McMaster : reg: Fix a typo in a function definition.

Alexandre Julliard julliard at winehq.org
Mon May 17 15:45:31 CDT 2021


Module: wine
Branch: master
Commit: 537cd26f7cf799bf51875d1bc4970ec79a1184a3
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=537cd26f7cf799bf51875d1bc4970ec79a1184a3

Author: Hugh McMaster <hugh.mcmaster at outlook.com>
Date:   Mon May 17 23:41:04 2021 +1000

reg: Fix a typo in a function definition.

Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/reg/reg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/reg/reg.h b/programs/reg/reg.h
index 3fc9e392d45..b12d936d672 100644
--- a/programs/reg/reg.h
+++ b/programs/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[]);




More information about the wine-cvs mailing list