do chmod last in install
[unix-history] / usr / src / usr.bin / ex / ex_vput.c
index dfb9d85..a3e0f78 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-static char *sccsid = "@(#)ex_vput.c   7.1     %G%";
+static char *sccsid = "@(#)ex_vput.c   7.2     %G%";
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
@@ -1201,8 +1201,8 @@ def:
                 * on vt100/tab132 as well as concept.
                 */
                if (XN && outcol % WCOLS == 0) {
                 * on vt100/tab132 as well as concept.
                 */
                if (XN && outcol % WCOLS == 0) {
-                       vputc('\r', 0);
-                       vputc('\n', 0);
+                       vputc('\r');
+                       vputc('\n');
                }
        }
 }
                }
        }
 }