X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae31c9605daeec056883c914f4f0d4cd676a8d4b..a1bad7b84b3725d9ee4b542da9de8b85fa698e76:/src/xbt/dynar.c diff --git a/src/xbt/dynar.c b/src/xbt/dynar.c index 8534dde7c8..f41d17fff4 100644 --- a/src/xbt/dynar.c +++ b/src/xbt/dynar.c @@ -424,7 +424,7 @@ xbt_dynar_pop_ptr(xbt_dynar_t const dynar) { /** @brief Get and remove the last element of the dynar */ void xbt_dynar_pop(xbt_dynar_t const dynar, - void * const dst) { + void * const dst) { /* sanity checks done by remove_at */ DEBUG1("Pop %p",(void*)dynar);