]> diplodocus.org Git - nmh/blobdiff - sbr/refile.c
new.c: Order two return statements to match comment.
[nmh] / sbr / refile.c
index 9d7718ec7fc3f63ba66132103d74bb5c689fa647..ade07f6e775415de3542aadf193a921538f71597 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * refile.c -- call the "fileproc" to refile the
+/* refile.c -- call the "fileproc" to refile the
  *          -- msg or draft into another folder
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  *          -- msg or draft into another folder
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
@@ -48,6 +47,6 @@ refile (char **arg, char *file)
 
        default: 
            arglist_free(program, vec);
 
        default: 
            arglist_free(program, vec);
-           return (pidwait (pid, -1));
+           return pidwait(pid, -1);
     }
 }
     }
 }