mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[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:
parent
552256c17b
commit
f6fb1eb081
2 changed files with 2 additions and 2 deletions
|
@ -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[]);
|
||||
|
|
|
@ -4,4 +4,4 @@ directories:
|
|||
files:
|
||||
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
|
||||
tags:
|
||||
wine: ca57a86074e6109fcc2254e3d58ff225f4335236
|
||||
wine: 537cd26f7cf799bf51875d1bc4970ec79a1184a3
|
||||
|
|
Loading…
Reference in a new issue