bug fix: No screen device found!/n
Dustin Kirkland
dustin.kirkland at us.ibm.com
Thu Jul 26 11:51:44 EST 2007
On Thu, 2007-07-26 at 09:03 +0900, kenichi3.nagai at toshiba.co.jp wrote:
> Dear Yaboot Development Members,
>
> I think this line is a little mistake.
>
> --- yaboot.org 2007-07-25 15:43:34.000000000 +0900
> +++ yaboot.c 2007-07-25 15:43:49.000000000 +0900
> @@ -1596,7 +1596,7 @@
> }
>
> if (scrn == PROM_INVALID_HANDLE) {
> - prom_printf("No screen device found !/n");
> + prom_printf("No screen device found !\n");
> return;
> }
> for(i=0;i<16;i++) {
:-) +1!
More information about the Yaboot-devel
mailing list