Oops, forgot newline.

This commit is contained in:
Poul-Henning Kamp 2006-03-09 09:44:10 +00:00
parent 0f038c05ea
commit fef527ee73

@ -883,7 +883,7 @@ cpu_tick_calibrate(int reset)
c_delta /= divi;
if (c_delta > cpu_tick_frequency) {
if (bootverbose)
printf("cpu_tick increased to %ju Hz",
printf("cpu_tick increased to %ju Hz\n",
c_delta);
cpu_tick_frequency = c_delta;
}