diff options
author | Xavier Bachelot <xavier@bachelot.org> | 2007-10-03 08:58:09 +0000 |
---|---|---|
committer | Xavier Bachelot <xavier@bachelot.org> | 2007-10-03 08:58:09 +0000 |
commit | b3ede7b4be2963f8acc3f416b5b21c70a9dbec80 (patch) | |
tree | f9f7e70094c426ba493ca1e9c2b6c7635f830252 | |
parent | 3b225162ac518b27c2b5df6305882bcf296206ca (diff) |
missing newline
-rw-r--r-- | unichrome/via_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unichrome/via_driver.c b/unichrome/via_driver.c index 5d3d63c..9081ad4 100644 --- a/unichrome/via_driver.c +++ b/unichrome/via_driver.c @@ -982,7 +982,7 @@ static Bool VIAPreInit(ScrnInfoPtr pScrn, int flags) pScrn->videoRam = pEnt->device->videoRam; else { xf86DrvMsg(pScrn->scrnIndex, X_WARNING, - "Video Memory Size in Option is %d KB, Detect is %d KB!", + "Video Memory Size in Option is %d KB, Detect is %d KB!\n", pScrn->videoRam, pEnt->device->videoRam); } } |