1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00
This commit is contained in:
David Greenman 1995-10-09 08:13:09 +00:00
parent de264c2bd8
commit 342e26f662
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11360

View File

@ -185,7 +185,7 @@ main(argc, argv)
newtab = (struct nlist *)malloc(n);
if (newtab == (struct nlist *)NULL)
error(NULL);
memset(newtab,0,n);
memset(newtab, 0, n);
i = n / sizeof(struct nlist);
reorder(symtab, newtab, i);