[WINESYNC] 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>

wine commit id 537cd26f7cf799bf51875d1bc4970ec79a1184a3 by Hugh McMaster <hugh.mcmaster@outlook.com>
This commit is contained in:
winesync 2022-01-16 21:21:18 +01:00 committed by Thomas Csovcsity
parent 552256c17b
commit f6fb1eb081
2 changed files with 2 additions and 2 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[]);

View file

@ -4,4 +4,4 @@ directories:
files:
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
tags:
wine: ca57a86074e6109fcc2254e3d58ff225f4335236
wine: 537cd26f7cf799bf51875d1bc4970ec79a1184a3