X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0522f9e21aa7c9733add8c988007d675fb906bdb..768604e7ced59142c04adcbdf3455b314c15f867:/src/xbt/mallocator.c diff --git a/src/xbt/mallocator.c b/src/xbt/mallocator.c index 5f161967da..b6784661e1 100644 --- a/src/xbt/mallocator.c +++ b/src/xbt/mallocator.c @@ -88,8 +88,7 @@ void xbt_mallocator_free(xbt_mallocator_t m) { * \see xbt_mallocator_release() */ void *xbt_mallocator_get(xbt_mallocator_t m) { - -void *object; + void *object; xbt_assert0(m != NULL, "Invalid parameter");