summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpd/printjob.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/lpd/printjob.c')
-rw-r--r--usr.sbin/lpr/lpd/printjob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/lpr/lpd/printjob.c b/usr.sbin/lpr/lpd/printjob.c
index 41f7372..9341c7d 100644
--- a/usr.sbin/lpr/lpd/printjob.c
+++ b/usr.sbin/lpr/lpd/printjob.c
@@ -102,7 +102,7 @@ static int tof; /* true if at top of form */
static char class[32]; /* classification field */
static char fromhost[32]; /* user's host machine */
/* indentation size in static characters */
-static char indent[10] = "-i0";
+static char indent[10] = "-i0";
static char jobname[100]; /* job or file name */
static char length[10] = "-l"; /* page length in lines */
static char logname[32]; /* user's login name */
@@ -967,7 +967,7 @@ scan_out(scfd, scsp, dlm)
while (*--strp == BACKGND && strp >= outbuf)
;
strp++;
- *strp++ = '\n';
+ *strp++ = '\n';
(void) write(scfd, outbuf, strp-outbuf);
}
}
OpenPOWER on IntegriCloud