X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=client.c;h=f0f3b2617be6f3554250cedfafbbcc92c38f54b7;hb=2ce04a49091712719b8fd60a6c7888258b719db1;hp=c194e1929b9dfa2cb7704ca1f6b78dd704eb3815;hpb=1745a87654ce08b57c46ce0870d8571eacbe27c9;p=paraslash.git diff --git a/client.c b/client.c index c194e192..f0f3b261 100644 --- a/client.c +++ b/client.c @@ -307,7 +307,7 @@ static void setatt_completer(struct i9e_completion_info *ci, free(orig); } sl[2 * num_atts] = NULL; - ret = i9e_extract_completions(ci->word, sl, &cr->matches); + i9e_extract_completions(ci->word, sl, &cr->matches); out: free(buf); free_argv(sl);