Fix a style bug

Spotted by:	avg
This commit is contained in:
Kevin Lo 2012-01-16 14:54:48 +00:00
parent 15d2f18763
commit 575cabed9e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230218

View File

@ -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