]> diplodocus.org Git - nmh/blobdiff - sbr/getansreadline.c
Removed unused function seek_home().
[nmh] / 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)
 {
 static char **
 nmh_completion(const char *text, int start, int end)
 {
-    NMH_UNUSED (end);
-
     char **matches;
 
     char **matches;
 
+    NMH_UNUSED (end);
+
     matches = (char **) NULL;
 
     if (start == 0)
     matches = (char **) NULL;
 
     if (start == 0)