From: Arnaud Legrand Date: Fri, 2 Mar 2012 16:29:10 +0000 (+0100) Subject: cosmetics X-Git-Tag: v3_7~315^2~27^2~10 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/992d56388739dea4a3271cdd94ac62f0f7b51024?ds=sidebyside cosmetics --- diff --git a/src/surf/network.c b/src/surf/network.c index 47e1030f57..d64df51d06 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -510,7 +510,7 @@ static double net_share_resources_lazy(double now) GENERIC_ACTION(action).max_duration); if (action->index_heap >= 0) { - heap_remove((surf_action_network_CM02_t) action); + heap_remove(action); } if (min != -1) {