]> git.marmaro.de Git - mmh/blobdiff - sbr/getansreadline.c
Fixed some more problems caught by gcc -ansi -pedantic.
[mmh] / sbr / getansreadline.c
index 26a0574110da7a5d2950fc3e7249f5e91ffa9eff..2fd06186d29a0ac890a3459e3b999df9616f82d0 100644 (file)
@@ -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)