[PATCH 2/4] reg: Fix a typo in a function definition

Hugh McMaster hugh.mcmaster at outlook.com
Mon May 17 08:41:04 CDT 2021


Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
---
 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[]);
-- 
2.31.1




More information about the wine-devel mailing list