Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove spurious semicolon.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 2 Nov 2011 20:29:33 +0000 (21:29 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 3 Nov 2011 15:19:42 +0000 (16:19 +0100)
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);
 
     }
     xbt_matrix_double_addmult(bA, bB, bC);
 
-  };
+  }
 
   /* send Result to master */
   result.C = bC;
 
   /* send Result to master */
   result.C = bC;