Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove warnings.
[simgrid.git] / src / xbt / xbt_log_layout_simple.c
index 7af08811a2ea363ae50ab06bbde1a90866b99e54..c709fca85569c6ec37be6aeaf7f178c2ad52a356 100644 (file)
@@ -76,7 +76,7 @@ static int xbt_log_layout_simple_doit(xbt_log_layout_t l, xbt_log_event_t ev, co
 xbt_log_layout_t xbt_log_layout_simple_new(char *arg)
 {
   xbt_log_layout_t res = xbt_new0(s_xbt_log_layout_t, 1);
 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;
+  res->do_layout       = &xbt_log_layout_simple_doit;
 
   if (simple_begin_of_time < 0)
     simple_begin_of_time = surf_get_clock();
 
   if (simple_begin_of_time < 0)
     simple_begin_of_time = surf_get_clock();