Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ppc32/src/ofw.c

    rde1712e ra35b458  
    4343        if (ch == '\n')
    4444                ofw_putchar('\r');
    45        
     45
    4646        if (ascii_check(ch))
    4747                ofw_putchar(ch);
Note: See TracChangeset for help on using the changeset viewer.