mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
KNFize.
This commit is contained in:
parent
de264c2bd8
commit
342e26f662
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11360
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user