mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 17:32:43 +00:00
Killed unnecessary \r.
This commit is contained in:
parent
3a5a6263e3
commit
dd4e7c343b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10607
@ -43,7 +43,7 @@ malloc(nbytes, junk1, junk2) /* junk? not used */
|
||||
unsigned char *p = storage;
|
||||
storage += nbytes;
|
||||
if (storage >= (unsigned char *) 0xa0000) {
|
||||
putstr("warning: malloc wrapped\n\r");
|
||||
putstr("warning: malloc wrapped\n");
|
||||
p = (unsigned char *) 0x50000;
|
||||
storage = p + nbytes;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user