mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
Fix typo.
Submitted by: danny at cs.huji.ac.il (author)
This commit is contained in:
parent
fc2d062607
commit
2c41053e78
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176034
@ -185,7 +185,7 @@ bin2str(char *encoding, unsigned char *md, int blen)
|
||||
strcpy(dst, encoding);
|
||||
ds = dst + 2;
|
||||
cp = md;
|
||||
b6 = 0; // to keep copiler happy.
|
||||
b6 = 0; // to keep compiler happy.
|
||||
for(i = 0; i < blen; i++) {
|
||||
switch(i % 3) {
|
||||
case 0:
|
||||
|
Loading…
Reference in New Issue
Block a user