mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Fix a style bug
Spotted by: avg
This commit is contained in:
parent
15d2f18763
commit
575cabed9e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230218
@ -139,7 +139,7 @@ mb_put_padbyte(struct mbchain *mbp)
|
||||
if ((unsigned long)dst & 1)
|
||||
return mb_put_mem(mbp, (caddr_t)&x, 1, MB_MSYSTEM);
|
||||
else
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user