X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fgetansreadline.c;h=2fd06186d29a0ac890a3459e3b999df9616f82d0;hb=eba408368603a3afe170ef61a334c3a479ea5a29;hp=26a0574110da7a5d2950fc3e7249f5e91ffa9eff;hpb=49e0326aeef4cdc75898bf3049bfa3c123688e0f;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)