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>
oldstable
Francois Gouget 2016-07-02 11:59:09 +02:00 committed by Alexandre Julliard
parent d7e18f6540
commit 5da8ad93a0
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ static BOOL PerformRegAction(REGEDIT_ACTION action, char **argv, int *i)
return TRUE;
}
char *get_token(char *input, char **next)
static char *get_token(char *input, char **next)
{
char *ch = input;
char *str;