Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1133 → Rev 953

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