Don't put a line break in string literals. GCC 3.1 complains and GCC

3.2 drops the ball.
This commit is contained in:
Marcel Moolenaar 2002-04-20 01:35:45 +00:00
parent 0537668b9b
commit f1db38534e

View File

@ -390,8 +390,8 @@ tdfx_setmtrr(device_t dev) {
*/
#ifdef DEBUG
if(retval == 0) {
device_printf(dev, "MTRR Set Type Uncacheable
%x\n", (u_int32_t)tdfx_info->mrdesc.mr_base);
device_printf(dev, "MTRR Set Type Uncacheable %x\n",
(u_int32_t)tdfx_info->mrdesc.mr_base);
} else {
device_printf(dev, "Couldn't Set MTRR\n");
}