summaryrefslogtreecommitdiff
path: root/hw/xfree86
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2008-11-13 13:57:30 -0500
committerAlex Deucher <alexdeucher@gmail.com>2008-11-13 13:57:30 -0500
commit6b501d7cc55f1d06966cdf3caf36bcfc6cf18939 (patch)
treeb00c89f641d13a430a483aa920fa78e5eede21a3 /hw/xfree86
parent33edd32702d963802e64d382124eabb9d0352fa8 (diff)
Add missing newline when printing edid info
Diffstat (limited to 'hw/xfree86')
-rw-r--r--hw/xfree86/ddc/print_edid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/ddc/print_edid.c b/hw/xfree86/ddc/print_edid.c
index 0dd4bcaf9..7b6e2989a 100644
--- a/hw/xfree86/ddc/print_edid.c
+++ b/hw/xfree86/ddc/print_edid.c
@@ -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) {