small fixes

This commit is contained in:
marschap
2005-07-27 19:31:08 +00:00
parent 3dfab66f45
commit 9db867e71f
4 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ svgalib_drv_init (Driver *drvthis)
/* initialize svgalib library */
if (vga_init() != 0) {
report(RPT_ERR, "svga: ivga_niti() failed.");
report(RPT_ERR, "svga: vga_init() failed.");
return -1;
}