View | Details | Raw Unified | Return to bug 18474
Collapse All | Expand All

(-)usr.bin/sed/process.c (-1 / +1 lines)
Lines 157-163 Link Here
157
				cspace(&HS, ps, psl, 0);
157
				cspace(&HS, ps, psl, 0);
158
				break;
158
				break;
159
			case 'i':
159
			case 'i':
160
				(void)printf("%s", cp->t);
160
				(void)printf("%s\n", cp->t);
161
				break;
161
				break;
162
			case 'l':
162
			case 'l':
163
				lputs(ps);
163
				lputs(ps);

Return to bug 18474