Add missing newline when printing edid info

This commit is contained in:
Alex Deucher 2008-11-13 13:57:30 -05:00
parent 33edd32702
commit 6b501d7cc5

View File

@ -168,7 +168,7 @@ print_dpms_features(int scrnIndex, struct disp_features *c,
} else if (v->revision == 3) {
xf86DrvMsg(scrnIndex,X_INFO,
"First detailed timing not preferred "
"mode in violation of standard!");
"mode in violation of standard!\n");
}
if (v->revision >= 4) {