(empfile, fileinit, lnd_init, lnd_postread, lnd_prewrite, nuk_init)
(nuk_postread, nuk_prewrite, pln_init, pln_postread, pln_prewrite) (sct_postread, sct_prewrite, shp_init, shp_postread, shp_prewrite) (ef_extend): Use void * for generic pointer parameter.
This commit is contained in:
parent
3db4e34ba4
commit
c3900f8424
9 changed files with 49 additions and 56 deletions
|
@ -379,7 +379,7 @@ int
|
|||
ef_extend(int type, int count)
|
||||
{
|
||||
struct empfile *ep;
|
||||
char *tmpobj;
|
||||
void *tmpobj;
|
||||
int id, i, how;
|
||||
|
||||
if (ef_check(type) < 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue