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

(-)ipfw2.c (-1 / +1 lines)
Lines 2182-2188 Link Here
2182
			*strchr(timestr, '\n') = '\0';
2182
			*strchr(timestr, '\n') = '\0';
2183
			bprintf(bp, "%s ", timestr);
2183
			bprintf(bp, "%s ", timestr);
2184
		} else {
2184
		} else {
2185
			bprintf(bp, "%*s", twidth, " ");
2185
			bprintf(bp, "%*s", twidth + 1, " ");
2186
		}
2186
		}
2187
	}
2187
	}
2188
2188

Return to bug 248608