Oops, forgot newline.

This commit is contained in:
Poul-Henning Kamp 2006-03-09 09:44:10 +00:00
parent 0f038c05ea
commit fef527ee73
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156485

View file

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