]> git.marmaro.de Git - mmh/blobdiff - uip/packf.c
Added comment and removed whitespace.
[mmh] / uip / packf.c
index 70065c0dd740600324a8a75d8c25c118641388b9..b565c164e25cd6d32646d2582d794674972bb03d 100644 (file)
@@ -14,7 +14,7 @@
 
 static struct swit switches[] = {
 #define VERSIONSW  0
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  1
        { "help", 0 },
        { NULL, 0 }
@@ -103,7 +103,7 @@ main(int argc, char **argv)
                                admonish(msgnam, "unable to read message");
                                break;
                        }
-                       if (mbx_copy(fileno(stdout), fd) == NOTOK) {
+                       if (mbox_copy(fileno(stdout), fd) == NOTOK) {
                                adios(NULL, "error writing to stdout");
                        }
                        close(fd);