View | Details | Raw Unified | Return to bug 197499 | Differences between
and this patch

Collapse All | Expand All

(-)usr.bin/wc/wc.c (-2 / +2 lines)
Lines 141-149 Link Here
141
	}
141
	}
142
142
143
	if (total > 1) {
143
	if (total > 1) {
144
		xo_open_container("total");
144
		xo_open_instance("total");
145
		show_cnt("total", tlinect, twordct, tcharct, tlongline);
145
		show_cnt("total", tlinect, twordct, tcharct, tlongline);
146
		xo_close_container("total");
146
		xo_close_instance("total");
147
	}
147
	}
148
	xo_close_list("file");
148
	xo_close_list("file");
149
	xo_close_container("wc");
149
	xo_close_container("wc");

Return to bug 197499