Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1132 → Rev 1133

/boot/trunk/arch/ppc32/loader/printf.c
228,6 → 228,8
}
default:
if (c == '\n')
ofw_write("\r", 1);
ofw_write(&c, 1);
}