Browse Source

comment was nonsens

pre-master-46
dwarning 19 years ago
parent
commit
6c9f3ecc09
  1. 2
      src/misc/string.c

2
src/misc/string.c

@ -370,8 +370,6 @@ bcopy(const void *vfrom, void *vto, size_t num)
#endif
#ifndef bzero
/* can't declare void here, because we've already used it in this file */
/* and haven't declared it void before the use */
void
bzero(void *vptr, size_t num)
{

Loading…
Cancel
Save