diff --git a/fish_shell/fish_globbing.c b/fish_shell/fish_globbing.c index efa75a6..639dc7c 100644 --- a/fish_shell/fish_globbing.c +++ b/fish_shell/fish_globbing.c @@ -8,7 +8,7 @@ WordArray* fishExpand(WordArray *wordArray) { int i; - WordArray* splitParameter; + //WordArray* splitParameter; for(i=1; isize; i++){