reg: Fix a typo in a function definition.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ca57a86074
commit
537cd26f7c
|
@ -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[]);
|
||||
|
|
Loading…
Reference in New Issue