harmonize report & debug() messages: no '\n' or '.' at end

This commit is contained in:
marschap
2007-06-17 10:39:49 +00:00
parent 1899ff755c
commit 77209a6f3f
14 changed files with 77 additions and 75 deletions
+1 -1
View File
@@ -324,7 +324,7 @@ svga_init (Driver *drvthis)
/* switch to selected VGA mode if it is available */
if (!vga_hasmode (p->mode)) {
report(RPT_ERR, "%s: VGA mode %s not available.", drvthis->name, modestr);
report(RPT_ERR, "%s: VGA mode %s not available", drvthis->name, modestr);
return -1;
}