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:
Hugh McMaster 2021-05-17 23:41:04 +10:00 committed by Alexandre Julliard
parent ca57a86074
commit 537cd26f7c
1 changed files with 1 additions and 1 deletions

View File

@ -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[]);