X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/11a3b32b0d8ce88e299239800946ab8b81984856..8a762701a2cdddc596e3dcfa65c8aae010c97599:/src/xbt/xbt_log_layout_simple.c diff --git a/src/xbt/xbt_log_layout_simple.c b/src/xbt/xbt_log_layout_simple.c index ec68d8b6d4..f13017db4b 100644 --- a/src/xbt/xbt_log_layout_simple.c +++ b/src/xbt/xbt_log_layout_simple.c @@ -59,7 +59,7 @@ static char *xbt_log_layout_simple_doit(xbt_log_layout_t l, return res; } -xbt_log_layout_t xbt_log_layout_simple_new() { +xbt_log_layout_t xbt_log_layout_simple_new(char *arg) { xbt_log_layout_t res = xbt_new0(s_xbt_log_layout_t,1); res->do_layout = xbt_log_layout_simple_doit; return res;