X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.c;h=8e3e021d90249f44a0c655c493eb1198ed9f71cf;hp=6268c3de8892f921045e18f2f7e7560ada8c5083;hb=b66dfd41e268e64b65d2990bdec3d3a7e119e234;hpb=146316482306dc68ca4ecb4ff2658d2380a75338 diff --git a/client.c b/client.c index 6268c3de..8e3e021d 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);