Commit 5da8ad93 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

regedit: Make get_token() static.

parent d7e18f65
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment