mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 01:36:39 +08:00
Minor edits
darcs-hash:20060527134918-ac50b-b244916fc6649e1abb4832bdaa3fff81fcbe3937.gz
This commit is contained in:
parent
6dfd629fc5
commit
990803009e
2
parser.c
2
parser.c
|
@ -2810,7 +2810,7 @@ int parser_test( const wchar_t * buff,
|
|||
int needs_cmd=0;
|
||||
void *context = halloc( 0, 0 );
|
||||
int arg_count=0;
|
||||
wchar_t *cmd;
|
||||
wchar_t *cmd=0;
|
||||
|
||||
current_tokenizer = &tok;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user