X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=client.c;h=d98c6327c9163d7018f0d94c1c612680205244d7;hb=869f0e06ec4e15abc9230c1b2d7615da5250802e;hp=5f511708506a464e1a0e06f679eaa856ac015164;hpb=39ec52d7bfec591dcad0d41bcdbdf6d980bf5913;p=paraslash.git diff --git a/client.c b/client.c index 5f511708..d98c6327 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);