X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fpick.c;h=b12597b22943942bdc9c8742b5239859f705c3ae;hp=320db1981a74a7261c4ff5b86c33873067b20017;hb=b78007de9802005825390bee71dfce2306b42519;hpb=10eff860a28b96582526eb739fd0a55441669938 diff --git a/uip/pick.c b/uip/pick.c index 320db19..b12597b 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -768,7 +768,7 @@ newnexus(int (*action)()) { struct nexus *p; - p = (struct nexus *) mh_xcalloc((size_t) 1, sizeof *p); + p = mh_xcalloc(1, sizeof *p); p->n_action = action; return p;