diff --git a/src/doctor/doctor.cpp b/src/doctor/doctor.cpp --- a/src/doctor/doctor.cpp +++ b/src/doctor/doctor.cpp @@ -370,7 +370,7 @@ if (output->isPrimary()) { cout << blue << "primary"; } - cout << endl; + cout << cr << endl; } }