X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fgetansreadline.c;h=2fd06186d29a0ac890a3459e3b999df9616f82d0;hb=eba408368603a3afe170ef61a334c3a479ea5a29;hp=7c862f2dd5917bd06f1eebfec89f70d5c166352e;hpb=5f2ff254eb4949a28a844a627b1ad1e10ec76d0c;p=mmh diff --git a/sbr/getansreadline.c b/sbr/getansreadline.c index 7c862f2..2fd0618 100644 --- a/sbr/getansreadline.c +++ b/sbr/getansreadline.c @@ -9,7 +9,7 @@ #include #include -#include +#include #include #include @@ -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)