Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove spurious semicolon.
[simgrid.git] / examples / gras / pmm / pmm.c
index 27b03d1..a4a3a00 100644 (file)
@@ -340,7 +340,7 @@ static int pmm_worker_cb(gras_msg_cb_ctx_t ctx, void *payload)
     }
     xbt_matrix_double_addmult(bA, bB, bC);
 
-  };
+  }
 
   /* send Result to master */
   result.C = bC;