Remove an extra '}'.

This commit is contained in:
Ollivier Robert 2004-07-20 15:51:00 +00:00
parent c98323078d
commit a6feea2410
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132460

View File

@ -1897,7 +1897,6 @@ ctl_getitem(
*tp++ = *cp++;
if (tp >= buf + sizeof(buf))
return (0);
}
}
if (cp < reqend)
cp++;