X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fgetansreadline.c;h=2fd06186d29a0ac890a3459e3b999df9616f82d0;hb=c4d932d08940f689b39b654a714f9ef3657690a9;hp=26a0574110da7a5d2950fc3e7249f5e91ffa9eff;hpb=5ccbd49adba7e6d48f4094fa6eade7a7fb8ec4cf;p=mmh diff --git a/sbr/getansreadline.c b/sbr/getansreadline.c index 26a0574..2fd0618 100644 --- a/sbr/getansreadline.c +++ b/sbr/getansreadline.c @@ -175,10 +175,10 @@ initialize_readline(void) static char ** nmh_completion(const char *text, int start, int end) { - NMH_UNUSED (end); - char **matches; + NMH_UNUSED (end); + matches = (char **) NULL; if (start == 0)