diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2008-11-13 13:57:30 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-11-13 13:57:30 -0500 |
commit | 6b501d7cc55f1d06966cdf3caf36bcfc6cf18939 (patch) | |
tree | b00c89f641d13a430a483aa920fa78e5eede21a3 /hw/xfree86/ddc | |
parent | 33edd32702d963802e64d382124eabb9d0352fa8 (diff) |
Add missing newline when printing edid info
Diffstat (limited to 'hw/xfree86/ddc')
-rw-r--r-- | hw/xfree86/ddc/print_edid.c | 2 |
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) { |