regedit: Make get_token() static.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d7e18f6540
commit
5da8ad93a0
|
@ -139,7 +139,7 @@ static BOOL PerformRegAction(REGEDIT_ACTION action, char **argv, int *i)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *get_token(char *input, char **next)
|
static char *get_token(char *input, char **next)
|
||||||
{
|
{
|
||||||
char *ch = input;
|
char *ch = input;
|
||||||
char *str;
|
char *str;
|
||||||
|
|
Loading…
Reference in New Issue