summaryrefslogtreecommitdiff
path: root/src/r128_driver.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-08-26 07:00:24 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-08-26 07:00:24 +0000
commit107e42cabe1cc41fe86b0218c3229b5f34b2df84 (patch)
treeee3d3cbd8f2521c338a60b747352b57275c74b6d /src/r128_driver.c
parentd3f5911c85ccfaaf50c05ce80d56dac13fd15701 (diff)
Fix 'ugly' warning in r128. (Branden Robinson, Debian #069)
Diffstat (limited to 'src/r128_driver.c')
-rw-r--r--src/r128_driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/r128_driver.c b/src/r128_driver.c
index f812f9ab..a5c0e44c 100644
--- a/src/r128_driver.c
+++ b/src/r128_driver.c
@@ -791,8 +791,8 @@ static Bool R128GetBIOSParameters(ScrnInfoPtr pScrn, xf86Int10InfoPtr pInt10)
if (!info->PanelXRes || !info->PanelYRes) {
info->HasPanelRegs = FALSE;
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
- "Can't determine panel dimensions, and none specified. \
- Disabling programming of FP registers.\n");
+ "Can't determine panel dimensions, and none specified.\n"
+ "\tDisabling programming of FP registers.\n");
}
return TRUE;