]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client.c
Merge branch 't/old_gcc_fixes'
[paraslash.git] / client.c
index c194e1929b9dfa2cb7704ca1f6b78dd704eb3815..f0f3b2617be6f3554250cedfafbbcc92c38f54b7 100644 (file)
--- 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);