mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Drop warning in parse_util.c
darcs-hash:20061012120859-ac50b-1af2af938cd99630c2ea7b532e6213c26cc4ea6b.gz
This commit is contained in:
parent
8ece4f3ddc
commit
97f7c2093b
1 changed files with 10 additions and 10 deletions
|
@ -592,8 +592,8 @@ int parse_util_unload( const wchar_t *cmd,
|
|||
return !!val;
|
||||
}
|
||||
|
||||
static void parse_util_autounload( wchar_t *path_var_name,
|
||||
wchar_t *skip,
|
||||
static void parse_util_autounload( const wchar_t *path_var_name,
|
||||
const wchar_t *skip,
|
||||
void (*on_load)(const wchar_t *cmd) )
|
||||
{
|
||||
autoload_t *loaded;
|
||||
|
|
Loading…
Reference in a new issue