BSD 4 release
[unix-history] / usr / src / cmd / col.c
index c222405..9ab0ba3 100644 (file)
@@ -1,3 +1,4 @@
+static char *sccsid = "@(#)col.c       4.1 (Berkeley) 10/1/80";
 # include <stdio.h>
 # define PL 256
 # define ESC '\033'
 # include <stdio.h>
 # define PL 256
 # define ESC '\033'
@@ -155,7 +156,7 @@ main (argc, argv)
                if (page[(mustwr+i)%PL] != 0)
                        emit (page[(mustwr+i) % PL], mustwr+i-PL);
        emit (" ", (llh + 1) & -2);
                if (page[(mustwr+i)%PL] != 0)
                        emit (page[(mustwr+i) % PL], mustwr+i-PL);
        emit (" ", (llh + 1) & -2);
-       return 0;
+       exit(0);
 }
 
 outc (c)
 }
 
 outc (c)